Note that this software is in very early stage and is not in a useful state yet.
The glplot command understands the following commands:
newFig Create a new figure selectFig N Select (and possibly create) the N-th figure selectSubPlot nx ny x y Select the subplot (nx by ny, subplot x,y) plot N x0 y0 x1 y1 xN yN Plot N points specified as x0...xN, y0..yN quit Quit
As an example:
newFig
selectSubPlot 1 1 0 0
plot 3 -1 -2 0 1 1 -1
