# style=q1: Quadrant I.

present=4
ranget=[-2:2]

conj1=!randitem and,or

ineq=x < 0 ; y < 0,\
 x < 0 ; y > 0,\
 x > 0 ; y < 0,\
 x > 0 ; y > 0

plotf=0,t;,t,0;\
0,t;,t,0;\
0,t;,t,0;\
0,t;,t,0;

sh=!shuffle $present
ineq=!item $sh of $ineq
plotf=!line $sh of $plotf

