AXES=<x_move>,<y_move> (in curves and scatter diagrams)
relocates the coordinate axes with their notations by moving the X axis
by <x_move> plotting units (in the Y direction) and the Y axis
by <y_move> plotting units (in the X direction).
Example:
................................................................................
A=0.1,0.5,0.1
PLOT Y(X)=A*(X-3)*(X+3)
SCALE=-5(1)-1,0:_,1(1)5
AXES=500,500 (default size of the plotting region is 1000x1000)
FRAME=3 TICK=0.1,0.1 DEVICE=PS
................................................................................
P = more information on plotting