Select a couple (arbitrary) values for xx and for each solve to get corresponding yy values; plot each set of coordinates; draw a line through those coordinates.
Explanation:
I used x=0x=0 and x=4x=4 as being fairly easy values to solve for yy: color(white)("XXX"){:
(underline(x),color(white)("XX"),underline(y)),
(color(red)0,,color(red)(-3)),
(color(green)(4),,color(green)(-8))
:}