*Position() - notes

Specifies the location of a note in a plot window.

Syntax

*Position (X1, Y1)

Application

HyperGraph

Inputs

X1
The X coordinate of the upper left corner of the note in real coordinates.
Y1
The Y coordinate of the upper left corner of the note in real coordinates.

Context

*BeginNote()

*BeginPlot()

Report Definitions

Example

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

Comments

Notes attached to a curve have a leader line connected to a point on the curve. The attachment point for the leader is specified using the *CurveAttachment() statement.