*SetPrintLineThickness()
Specifies the default printed line thickness for curves.
Syntax
*SetPrintLineThickness (pointsize)
Application
HyperGraph
Inputs
- pointsize
- The size of the printed line in points.
Context
*BeginPlotDefaults()
Example
• • •
*BeginPlotDefaults()
*SetBorderColor(12)
*SetFrameColor(12)
*SetGridlineColor(14)
*SetZerolineColor(10)
*SetAxisColor(1)
*SetCurveDefaults(1, 3, 1, 0, 0)
*SetCurveDefaults(1, 4, 1, 0, 0)
*SetAxisDefaults(0, 11, 2, 1, 11, 4)
*SetLegendPlacement(TopRight)
*SetNoteAttachment(View)
*SetNoteAlignment(Left)
*SetNoteFont("Helvetica",1,1,24)
*SetPrintLineThickness(0.5)
*SetLegendFont("Helvetica",1,1,24)
*SetAnimBubbleColor(6)
*EndPlotDefaults()
• • •
Comments
The program supports four line weights. The first is half the thickness of the second, the third is twice the thickness of the second, and the fourth is three times the thickness of the second. *SetPrintLineThickness() defines the printed thickness for the second line weight. The remaining weights are adjusted accordingly. *SetPrintLineThickness() affects printed line thickness for curves only.