./
oplot_horiz.pro
topoplot_horiz
plotting
oplot_horiz, yval [, LOG=LOG] [, _EXTRA=_EXTRA]
oplot a horizontal line on the current plot
Parameters
- yval in required
the yval where the lineis to be drawn
Keywords
- LOG in optional
plot on a log axis
- _EXTRA in optional
keywords to oplot
Examples
plot, findgen(11)
oplot_horiz, 3, linestyle=2
Author information
- History:
Fri Feb 8 14:08:53 2008, Brian Larsen fixed an error with log functionality Thu Jan 17 14:36:42 2008, Brian Larsen added log keyword Thu Nov 29 15:36:56 2007, Brian Larsen changed to use scale_vector and allowed for array input Tue Oct 16 17:52:26 2007, Brian Larsen documented, written previously
Statistics
| Lines: | 16 |
| McCabe complexity: |
File attributes
| Modifcation date: | Tue Sep 9 14:11:35 2008 |
| Lines: | 65 |
![[attach.png]](idldoc-resources/attach.png)