projects/themis/spacecraft/particles/slices/
thm_part_slice1d_plot.pro
Procedure: thm_part_slice1d_plot.pro Purpose: Draw the plots for thm_part_slice1d Calling Sequence: thm_part_slice1d_plot, x, y [,overplot=overplot] [,xrange=xrange] [,yrange=yrange] [,title=title] [,xtitle=xtitle] [,ytitle=ytitle] [,window=window] Input: x: data's x axis values (km/s, eV, degrees) y: data's y axis values (slice's units) overplot: flag to add the trace to the previous plot xrange: range to force the x axis to yrange: range to force the y axis to window: index of the plotting window to be used title: plot title xtitle: x axis title ytitle: y axis title *IDL graphics keywords passed through _extra were supercede any keywords explicitly set in the calls to plot and oplot. Depending on the circumstance one may wish to: -add the keyword to this routine to allow it to be filtered -strip the option from the _extra structure Output: None, produces plot. Notes: $LastChangedBy: aaflores $ $LastChangedDate: 2014-06-20 18:44:58 -0700 (Fri, 20 Jun 2014) $ $LastChangedRevision: 15400 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/themis/spacecraft/particles/slices/thm_part_slice1d_plot.pro $
Routines
File attributes
Modification date: | Tue Oct 21 13:53:35 2014 |
Lines: | 57 |