Question 98475
Graph the inequality:
x>-2 .

{{{  graph( 300, 200, 
        -5, 5, -5, 5,
        x>-2        
       ) }}}
You actually make the line a dotted line and shade the whole area above -2.
:)