projects/themis/spacecraft/particles/slices/
thm_part_slice2d_plot.pro
Procedure: thm_part_slice2d_plot Purpose: Create plots for 2D particle slices. Calling Sequence: thm_part_slice2d_plot, slice Arguments: SLICE: 2D array of values to plot Plotting Keywords: ZRANGE: Two-element array specifying zaxis range (units vary) [XY]RANGE: Two-element array specifying x/y axis range LEVELS: Number of color contour levels to plot (default is 60) OLINES: Number of contour lines to plot (default is 0) PLOTSIZE: The size of the plot in device units (usually pixels) (Not yet implemented for postscript). ZLOG: Boolean indicating logarithmic countours (on by default) SUNDIR: Boolean to plot sun direction vector (on by default) ECIRCLE: Boolean to plot circle(s) designating min/max energy from distribution (on by default) PLOTAXES: Boolean to plot x=0 and y=0 axes (on by default) PLOTBULK: Boolean to plot projection of bulk velocity vector on the slice plane (on by default) CLABELS: Boolean to annotate contour lines. CHARSIZE: Specifies character size of annotations (1 is normal) [XYZ]TICKS: Integer(s) specifying the number of ticks for each axis [XYZ]PRECISION: Integer specifying annotation precision (sig. figs.). Set to zero to truncate printed values to inegers. [XYZ]STYLE: Integer specifying annotation style: Set to 0 (default) for style to be chosen automatically. Set to 1 for decimal annotations only ('0.0123') Set to 2 for scientific notation only ('1.23e-2') WINDOW: Index of plotting window to be used. Exporting keywords: EXPORT: String designating the path and file name of the desired file. The plot will be exported to a PNG image by default. EPS: Boolean indicating that the plot should be exported to encapsulated postscript. Created by: A. Flores Based on work by Bryan Kerr and Arjun Raj $LastChangedBy: aaflores $ $LastChangedDate: 2014-07-24 15:50:38 -0700 (Thu, 24 Jul 2014) $ $LastChangedRevision: 15604 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/themis/spacecraft/particles/slices/thm_part_slice2d_plot.pro $
Routines
top source thm_part_slice2d_plot
thm_part_slice2d_plot, slice, xgrid, ygrid, slice_info, range=range, xrange=xrange, yrange=yrange, zrange=zrange, title=title, ztitle=ztitle, xtitle=xtitle, ytitle=ytitle, xticks=xticks, yticks=yticks, zticks=zticks, xminor=xminor, yminor=yminor, charsize=charsize, plotsize=plotsize, zlog=zlog, window=window, xstyle=xstyle, xprecision=xprecision, ystyle=ystyle, yprecision=yprecision, zstyle=zstyle, zprecision=zprecision, olines=olines, levels=levels, nlines=nlines, clabels=clabels, plotaxes=plotaxes, ecircle=ecircle, sundir=sundir, plotbulk=plotbulk, export=export, eps=eps, _extra=_extra
Parameters
- slice
- xgrid
- ygrid
- slice_info
Keywords
- range
- xrange
- yrange
- zrange
- title
- ztitle
- xtitle
- ytitle
- xticks
- yticks
- zticks
- xminor
- yminor
- charsize
- plotsize
- zlog
- window
- xstyle
- xprecision
- ystyle
- yprecision
- zstyle
- zprecision
- olines
- levels
- nlines
- clabels
- plotaxes
- ecircle
- sundir
- plotbulk
- export
- eps
- _extra
File attributes
Modification date: | Tue Oct 21 13:53:35 2014 |
Lines: | 199 |