Direction(axis)

Display axis in conventional direction?

Description:

This attribute is a boolean value which suggests how the axes of a Frame should be displayed (e.g.) in graphical output. By default, it has the value one, indicating that they should be shown in the conventional sense (increasing left to right for an abscissa, and bottom to top for an ordinate). If set to zero, this attribute indicates that the direction should be reversed, as would often be done for an astronomical magnitude or a right ascension axis.
Type:
Integer (boolean).

Applicability

Frame
The default Direction value supplied by the Frame class is 1, indicating that all axes should be displayed in the conventional direction.
SkyFrame
The SkyFrame class re-defines the default Direction value to suggest that certain axes (e.g. right ascension) should be plotted in reverse when appropriate.
FrameSet
The Direction attribute of a FrameSet axis is the same as that of its current Frame (as specified by the Current attribute).
Plot
The Direction attribute of the base Frame in a Plot is set to indicate the sense of the two graphics axes, as implied by the graphics bounding box supplied when the Plot was created.

Notes: