*BeginPlotDefaults()

Indicates the beginning of the plot preferences block.

Syntax

*BeginPlotDefaults()

Application

HyperGraph and HyperStudy.

Example

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

Comments

The statements following *BeginPlotDefaults() specify preferences for the plot mode.

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