plot.ss: Plot

To load: (require (lib "plot.ss" "mrlib"))

The plot.ss library provides a simple tool for plotting data values to a device context.

Two structures are provided: data-set and plot-setup.

A data-set value includes the following fields (which should be supplied on order to make-data-set):

A plot-setup value includes the following fields (which should be supplied on order to plot-setup):

(plot dc data-set-list plot-setup)      PROCEDURE

Draws the data-sets in data-set-list into the given dc. Uses drawing-context coordinates in data-sets that will accommodate all of the data sets.