*Attach() - HyperGraph

Specifies the type of attachment for a note in the plot window.

Syntax

*Attach (Window/View/Curve/Coordinates)

Application

HyperGraph

Inputs

Window
Attaches the note to the window.
View
Attaches the note to the view.
Curve
Attaches the note to the curve.
Coordinates
Attaches the note to a point.

Context

*BeginNote()

*BeginPlot()

Report Definitions

Example

*BeginPlot()
	• • •
	*BeginNote(On, "Note 1")
		*Attach(Curve)
		*CurveAttachment(0, 163)
		*Position(-5312.61, -2399.28)
		*BeginText()
			*Text("Point {x},{y}")
			*Text("{Slope}")
		*EndText()
		*Font(12)
		*NoteAlignment(Left)
	*EndNote()
	• • •
*EndPlot()

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.

The position of the note box is specified using the *Position() - notes statement