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.
Creates a scatter plot using markers. |
|
Creates a line plot that connects all points. |
|
Creates a line plot showing a stepped line between points. |
|
Create a hybrid plot with markers and lines connecting the markers. |