Macro commands may be used either in macros or by sending the commands to DPlot via dynamic data exchange (DDE). Some commands are valid only in macros (noted by Macros Only). Commands sent to DPlot via DDE must be enclosed by square brackets [ ]. Macro commands should not include the brackets.
Command parameters shown in the descriptions below are placeholders for the actual values. Command parameters are either numeric values, equations that evaluate to numbers, or character strings. Character string parameters are always bound by double quotation marks. Equations must be preceded by an equals sign (=).
The pipe symbol (|) in the command syntax indicates that a parameter is optional, and should not be included in your macro unless otherwise noted.
All indices into arrays are 1-based, e.g. Curve1=1 refers to the first curve in a plot.
A 0x prefix for numbers in the descriptions below indicates hexadecimal notation; e.g. 0x0010 = 16.
JR/Viewer indicates that the command is supported by DPlot Jr or DPlot Viewer.
JR/Viewer indicates that the command is NOT supported by DPlot Jr or DPlot Viewer.
[Stat_DotOptions(Grouping, Symbol, Size, Color, |
|
Dot graph options.
Grouping |
0 to plot individual data points scaled to their actual amplitude. Identical points are stacked. = 1 to group data points into bins, as in a histogram. |
Symbol |
Symbol style used for individual data points. See symbol codes under the description for the SymbolType command. |
Size |
Height of symbol, in 1000'th inch units |
Color |
Color used for individual data points, red + green*256 + blue*65536 |
Climits |
Limits of confidence limit line, expressed as a multiplier for the group standard error. |
Cstyle |
Line style used for confidence limit line. 1=solid line 2=long dash 3=dotted 4=dash dot 5=medium dash 6=dash dot dot |
Cwidth |
Pen width used for confidence limit line, in 1000'th inch units. |
Csymbol |
Symbol style to draw at the ends of the confidence limits line. See symbol codes under the description for the SymbolType command. |
Csize |
Height of CSymbol, in 1000'th inch units. |
Ccolor |
Color used for confidence limits, red + green*256 + blue*65536 |
Page url:
https://www.dplot.com/help/index.htm?stat_dotoptionscommand.htm