SCALES

Purpose:

Sets the type of scales.

Syntax:

SCALES(win, type)

win

-

Optional. A window, defaults to the current Window.

type

-

Optional. An integer, the scales type and location:

0:

No Scales

1:

X bottom Y left

2:

X bottom Y left with labels

3:

X bottom Y right with labels

4:

X bottom Y right

5:

X top Y right

6:

X top Y left

7:

X top Y left with labels

8:

X top Y right with labels

9:

Y left

10:

Y right

11:

X bottom

12:

X top

13:

Y left with labels

14:

Y right with labels

15:

X bottom with labels

16:

X top with labels

Example:

scales(W3,6)

 

places the X axis scales along the top and the Y along the left hand side of Window 3.

See Also:

FOCUS

OVERLAY

SCALESOFF

SCALESON

SYNC

XYALT