lineplots/
vis_plot.pro
direct graphics
Wrapper for PLOT with better defaults.
Routines
vis_plot_setdims
Make sure that !d is set correctly.
vis_plot [, x], y [, /slope_aspect] [, xstyle=integer] [, ystyle=integer] [, _extra=keywords]
Wrapper for PLOT routine which has several differences: 1.
Routine details
top vis_plot
vis_plot [, x], y [, /slope_aspect] [, xstyle=integer] [, ystyle=integer] [, _extra=keywords]
Wrapper for PLOT routine which has several differences: 1. removes top and right axis frames by default, but may be changed through the XSTYLE or YSTYLE keywords 2. contracts limits of plot to exact x range
Parameters
- x in optional type=1D numeric array
x values for plot, defaults just to findgen(n)
- y in required type=1D numeric array
y values for plot
Keywords
- slope_aspect in optional type=boolean
set to make the average slope of line segments (on display) +/- 1
- xstyle in optional type=integer default=9
XSTYLE keyword from PLOT
- ystyle in optional type=integer default=9
YSTYLE keyword from PLOT
- _extra in optional type=keywords
keywords to PLOT
File attributes
Modification date: | Mon Nov 29 18:32:44 2010 |
Lines: | 104 |
Docformat: | rst rst |