Draws an axis of the specified type and scale at a given position.
0 | Draws an axis under the plot window, with the tick marks pointing up. |
1 | Draws an axis over the window, with tick marks pointing down. |
0 | Draws a y-axis at the left of the plot window, with tick marks pointing to the right. |
1 | Draws a y-axis at the right of the plot window, with tick marks pointing to the left. |
The new scale is saved for use by subsequent overplots if the Save keyword is present.
theta = FINDGEN(361) * !Dtor PLOT, /Polar, XStyle=4, YStyle=4, Title='Nine-Leaved Rose', $ 5 * (COS(9 * theta), theta
WAIT, 2 AXIS, 0, 0, XAxis=0, /Data
WAIT, 2 AXIS, 0, 0, 0, YAxis=0, /Data