*EndPlotDefaults()

Indicates the end of the plot defaults block.

Syntax

*EndPlotDefaults()

Application

HyperGraph and HyperStudy.

Context

*BeginPlotDefaults()

Example

• • •
*BeginPlotDefaults()
	*SetBorderColor(12)
 	*SetFrameColor(12)
	• • •
	*SetCurveDefaults(1, 3, 1, 0, 0)
	*SetAnimBubbleColor(6)
*EndPlotDefaults()
• • •

Comments

The *EndPlotDefaults() statement terminates the plot defaults block.

The *BeginPlotDefaults() statement requires a closing *EndPlotDefaults() statement.