CERN home page CERN home page Consult pages Consult pages Writeups at CERN Writeups at CERN Garfield pages Garfield pages Help Help Call Call This page This page Table of contents Keyword index

Call: PLOT_GRAPH


vectors

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 unraveled. Use the PLOT_CONTOURS and PLOT_SURFACE procedures if you wish to plot 2-dimensional matrices.

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


labels

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 or to the table of contents.

Formatted on 0100-08-24 at 22:38.