YAxis

Yaxis Lin # # Specify the y-axis coordinate to be used in the current plot window. This is only useful when plotting 2D data.

example

Assume you have a 10 by 10 array of data, then the commands then
PLT> Xax L 10 1  ! Would cause the X values to range from 10 to 19
PLT> Yax L 5 1   ! Would cause the Y values to range from 5 to 14
PLT> CON Lev 1,2,3 ! Draws a contour plot with these scales

Return to plt main page.