PLOT_GRAPH 

Call: PLOT_GRAPH


vector

The arguments x_vector and y_vector should both be of type Matrix, and they should have the same total size. The size should be at least 2.

If the arguments are not 1-dimensional, then they are unravelled. Use the PLOT_CONTOURS and PLOT_SURFACE procedures if you wish to plot 2-dimensional matrices.

[These arguments are mandatory. No default is supplied.]


label

The x- and y-axis labels should be specified as String variables.

If they are omitted, they will be replaced by the name of the global variable that corresponds to x_vector and y_vector, if these vectors are simple variables. Otherwise, they are set to `x` and `y`.

To leave the label field blank, you need to specify ` ` as label.


title

The title is a String variable.

[The title is left blank if omitted.]


representations

The curve is drawn with polyline representation FUNCTION-1.

The labels are shown using the text representation LABELS.

The title is shown using the text representation TITLE.


Go to the top level, to Call, to PLOT_GRAPH, to the topic index, to the table of contents, or to the full text.

Formatted on 21/01/18 at 16:55.