Page History: PLOT_POINTS
Compare Page Revisions
Page Revision: 2011/08/05 00:19
PLOT_POINTS( <value> )
PLOT_POINTS( <value>, <pointsize>, <pointstyle>, <pointcolor> )
PLOT_POINTS( <value>, <pointsize>, <pointstyle>, <fillcolor>, <bordercolor> )
Draws a point plot of the value.
Function ParametersParameter | Description |
---|
<value> | The value to plot. |
<pointsize> | The size of points to plot. |
<pointstyle> | The style of the points. See PointStyle below. |
<pointcolor> | The color to draw the points. |
<fillcolor> | The color to draw the center of the points. |
<bordercolor> | The color to draw the outline of the points. |
PointStyle ValuesValue | Description |
---|
PointStyle.Circle | A solid line. |
PointStyle.OpenCircle | A dashed line. |
PointStyle.Square | A dashed line. |
PointStyle.OpenSquare | A dashed line. |
PointStyle.Triangle | A dashed line. |
PointStyle.OpenTriangle | A dotted line. |
Back to the Scripting Function Reference