Syntax: |
SET LEGENDFRAME { xlo ylo xup yup }
|
Default value: |
xlo = 15%, ylo = 70%, xup = 50%, yup = 90%
|
Note: The GET LEGENDFRAME
command returns a four element vector.
LEGENDFRAME
controls the size and location of the graph legend frame.
(xlo,ylo)
are the coordinates of the lower left corner of the frame box, while
(xhi,yhi)
are the coordinates of the upper right corner. If any of these values are
not entered, the coordinates will be chosen interactively by stretching a rectangle in the
graphics window. The default coordinates are
(xlo,ylo) = (15,70)
and
(xup,yup) = (50,90)
expressed as percentages of the window.