Question 753311

first you graph a line {{{y=x}}}

{{{ graph( 500, 500, -5, 5, -5, 5,x) }}} 

then shade all under line, including line too:

{{{ graph( 500, 500, -5, 5, -5, 5,y<=x) }}}