plot/
xladder.pro
top source xladder
Plot
result = xladder(nx, xrange=xrange, yrange=yrange, _extra=_extra)
Creates horizontally-stacked ladder plots.
Return value
A 4xNX array containing the normalized position coordinates for each plot. Result[*,N] are the normalized coordinates for plot N (going from left to right).
Parameters
- nx in
Number of plots.
Keywords
- xrange in
The x-range of the plots in normalized units. Default: [0.1,0.9]
- yrange in
The y-range of the plots in normalized units. Default: [0.1,0.9]
- _extra
Examples
ladderpos = XLADDER(2)
PLOT, x1, y1, POS=ladderpos[*,0]
PLOT, x2, y2, /NOERASE, YTICKFORMAT='(A1)', POS=ladderpos[*,1]
Author information
- History:
Written by: Jeremy Bailin 12 June 2008 Public release in JBIU 13 June 2011 Changed to be a wrapper to XYLADDER.
File attributes
| Modification date: | Mon Jun 13 16:57:48 2011 |
| Lines: | 41 |
![[attach.png]](../idldoc-resources/attach.png)