.AXIS Y ON RIGHT
This subroutine is called to interchange the position of the primary y-axis and the secondary y-axis.
Usage:
GOSUB 0CD .AXIS Y ON RIGHT
* Check for error
IF 0CD .AXIS Y ON RIGHT NE
Description:
This subroutine swaps the the primary and secondary "Y" axis on the "currrent" chart.
By default, the primary y-axis is the y-axis on the left side of the plot area (bottom side if you have swapped the X & Y axis via
.AXIS SWAP XY), and the secondary y-axis is on the right side of the plot area (top side if you have swapped the X & Y axis via
.AXIS SWAP XY). This subroutine can be used to interchange their positions.
Every time you call this routine, the axes will be swapped, thus calling it twice will swap the primary and secondary axes back to their original location.
Comments:
Read what other users have said about this page or add your own comments.
--
JeanNeron - 2011-12-14