Global Plotting Functions


The following functions plot data in which the coordinate data are held in separate Lua tables. Specifically, they use a table of x values, a table of y values and, optionally, tables for x- and y-direction error bars. These functions use the CPlotView class internally and return an instance of the CPlotView object to the script for additional use. The results of these functions are compared here.

 

Plot

Creates a scatter plot using markers.

PlotLine

Creates a line plot that connects all points.

PlotStep

Creates a line plot showing a stepped line between points.

PlotConnect

Create a hybrid plot with markers and lines connecting the markers.

Related Topics

CPlotView class

Script Classes