Here is how to draw direction fields for linear equations of the form:
# a generic planar system param a=-3,b=-1,c=2,d=0 x'=a*x+b*y y'=c*x+d*y @ xp=x,yp=y,xlo=-2,xhi=2,ylo=-2,yhi=2 done