Draw the y-axis on the right

By default, the y-axis is drawn at the left hand end of the x-axis. The GRAPH\YONRIGHT command draws the y-axis on the right. For example, the following commands produce the figure below.

 X = [1:100]
 GRAPH\YONRIGHT X SIN(X/20)
 

  Plot a smooth curve through the data
  Draw the x-axis on the top