./
oplot_vertical.pro
topoplot_vertical
oplot_vertical, xval [, LOG=LOG], MAXVAL=MAXVAL, MINVAL=MINVAL [, PLOTS=PLOTS] [, _EXTRA=_EXTRA]
oplt a vertical ine on a plot at a given x-value
Parameters
- xval in required
the value where the line is to be drawn.
Keywords
- LOG in optional
plot the line on a log scale
- MAXVAL
- MINVAL
- PLOTS in optional
allows plotting across an arbitary range on plot (outside of axes if wanted)
- _EXTRA in optional
keywords to oplot
Examples
plot, findgen(11)
oplot_vertical, 3, linestyle=2
Author information
- History:
Fri Dec 19 14:31:12 2008, Brian Larsen added maxval and minval functionality Fri Feb 8 14:20:18 2008, Brian Larsen fixed an error with the log functionality Thu Jan 17 14:35:08 2008, Brian Larsen added log keyword to work on log plots Thu Nov 29 14:24:43 2007, Brian Larsen changed to use scale_vector and allows for array input Tue Oct 16 17:50:02 2007, Brian Larsen documented, written previously
Statistics
| Lines: | 26 |
| McCabe complexity: |
File attributes
| Modifcation date: | Tue Feb 10 11:56:58 2009 |
| Lines: | 73 |
![[attach.png]](idldoc-resources/attach.png)