Previous Page | Next Page

Module Library

GXYPLOT Call

draws a scatter plot of any - data

RUN GXYPLOT( , ) ;

The inputs to the GXYPLOT subroutine are as follows:

is any matrix of values.

is a corresponding matrix of values.

The GXYPLOT module draws a simple scatter plot of any numeric - data. Axes with labeled tickmarks are drawn as well. You cannot produce graphics until you specify the CALL GSTART statement. The plot remains open for further additions (such as a title and axis labels) until you specify the CALL GCLOSE statement, which terminates the current graphics segment. The module uses the GPOINT, GXAXIS, and GYAXIS calls to plot the points. The module source code can be edited to specify many of the options available for these calls.

Previous Page | Next Page | Top of Page