Plot is a plotting package that provides business and scientific graphics.
Plots can be drawn directly from the J session, or included in a Windows form.
For example:
load 'plot' plot */~ i.20
This loads the plot system and draws a simple plot.
There are two user verbs, pd
(plot driver) and plot
.
pd
is the low-level verb that handles all calls to Plot.plot
is a cover verb for pd
that will handle most simple uses of Plot.
For an introduction, see the lab Plot Package.
For examples illustrating the main facilities provided, see the demo Studio|Demos...|plot. In the demo, use Options|View Definition to view and experiment with the plot definitions.
To use the plot class, for example, to include plots on a Windows form, see Plot Class