Navigation:  How do I ...? > Appearance >

How do I change the direction of the coordinate axes?

 

Previous pageReturn to chapter overviewNext page

Normally, values on a linear or logarithmic scale increase from left to right (or bottom to top). You can change the direction by using the InvertAxis macro command and using the "axis" parameter. For example, if your logarithmic scale on the X axis normally extends from 1 on the left to 1000 on the right, use the following example to change the extents to 1000 on the left, 1 on the right.

Example:

Dummy=FNDplot_send_cmd("[InvertAxis(1)]")