Cicode Programming Reference > Cicode Function Categories > Plot Functions Introduction > Plot Functions

Plot Functions

Following are functions relating to plotting data:

PlotClose

Displays and/or prints the plot, then closes the plot.

PlotDraw

Draws a point, line, box, or circle on a plot.

PlotFile

This function is now obsolete.

PlotGetMarker

Gets the marker number of a symbol that is registered as a marker.

PlotGrid

Draws gridlines to be used for plotted lines.

PlotInfo

Gets information about a plot.

PlotLine

Plots a line through a set of data points.

PlotMarker

Draws markers on a plotted line or at a specified point.

PlotOpen

Opens a new plot, sets its output device, and returns a plot handle for use by the other plot functions.

PlotScaleMarker

Draws scale lines (with markers) beside the grid on your plot (if there is one).

PlotSetMarker

Sets (registers) a symbol as a marker.

PlotText

Draws text on a plot.

PlotXYLine

Draws an XY line through a set of data points.

See Also

Cicode Functions