*SetNoteFontSize()

Specifies the font size for notes.

Syntax

*SetNoteFontSize (size)

Application

HyperGraph 2D and HyperGraph 3D.

Inputs

size
The font size.

Context

*BeginDefaults()

*BeginPlot3DDefaults()

*BeginPlotDefaults()

Example

*BeginPlotDefaults()
    *SetNoteFontSize(12)
*EndPlotDefaults()