PLOT_POINTS

Modified on 2011/08/05 00:21 by Chad Lowe (CTS) — Categorized as: Uncategorized

PLOT_POINTS( <value> )

PLOT_POINTS( <value>, <pointsize>, <pointstyle>, <pointcolor> )

PLOT_POINTS( <value>, <pointsize>, <pointstyle>, <fillcolor>, <bordercolor> )



Draws a point plot of the value.

Function Parameters
ParameterDescription
<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 Values
ValueDescription
PointStyle.CircleA solid circle.
PointStyle.OpenCircleAn open circle.
PointStyle.SquareA solid square.
PointStyle.OpenSquareAn open square.
PointStyle.TriangleA solid triangle.
PointStyle.OpenTriangleAn open triangle.



Back to the Scripting Function Reference