Indicates the beginning of the plot preferences block.
*BeginPlotDefaults()Indicates the beginning of the plot preferences block. |
|||||
*BeginPlotDefaults()Indicates the beginning of the plot preferences block. |
Syntax |
*BeginPlotDefaults() |
Example |
• • • *BeginPlotDefaults() *SetBorderColor(12) *SetFrameColor(12) • • • *SetCurveDefaults(1, 3, 1, 0, 0) *SetAnimBubbleColor(6) *EndPlotDefaults() • • • |
Application |
HyperGraph and HyperStudy. |
Comments |
The statements following *BeginPlotDefaults() specify preferences for the plot mode. Every *BeginPlotDefaults() statement requires a closing *EndPlotDefaults() statement. |
See also |
|