Indicates the end of the plot defaults block.
*EndPlotDefaults()Indicates the end of the plot defaults block. |
|||||
*EndPlotDefaults()Indicates the end of the plot defaults block. |
Syntax |
*EndPlotDefaults() |
Example |
• • • *BeginPlotDefaults() *SetBorderColor(12) *SetFrameColor(12) • • • *SetCurveDefaults(1, 3, 1, 0, 0) *SetAnimBubbleColor(6) *EndPlotDefaults() • • • |
Application |
HyperGraph and HyperStudy. |
Context |
|
Comments |
The *EndPlotDefaults() statement terminates the plot defaults block. The *BeginPlotDefaults() statement requires a closing *EndPlotDefaults() statement. |
See also |
|