*SetNoteAttachment()
Specifies the default attachment for notes in plot windows.
Syntax
*SetNoteAttachment (View/Window)
Application
HyperGraph
Inputs
- View
- Attaches the note to the view.
- Window
- Attaches the note to the window.
Context
*BeginPlotDefaults()
Example
• • •
*BeginPlotDefaults()
*SetBorderColor(12)
*SetFrameColor(12)
*SetHeaderColor(1)
• • •
*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)
*SetPrintLineThickness(0.5)
*SetLegendFont("Helvetica",1,1,24)
*SetAnimBubbleColor(6)
*EndPlotDefaults()
• • •
Comments
Notes attached to a window remain stationary when the plot is repositioned in the window.
Notes attached to the view move with the plot when the plot is repositioned in the window.
Notes attached to a curve have a leader line connecting the note with a specific point on the curve. Curve notes move with the plot when the plot is repositioned in the window.