projects/themis/spacecraft/particles/slices/
thm_part_slice2d_getticks_rlog.pro
Routines
top source thm_part_slice2d_getticks_rlog
thm_part_slice2d_getticks_rlog, range=range, grid=grid, precision=precision, style=style, nticks=nticks, tickv=tickv, tickname=tickname, ticks=ticks
Procedure: thm_part_slice2d_getticks_rlog Purpose: Helper function for thm_part_slice2d_plot. Return an array of formatted annotation strings to be passed to an IDL plotting procedure through the [xyz]tickname keyword. Input: range: (float) two element array specifying axis range precision: (int) number of significant digits for annotation style: (int) type of numberical annotation (0=auto, 1=decimal, 2=sci) nticks: (int) # of ticks requested by user, this will only be used if the axis range is less than 1 order of magnitude (optional) Output: tickname: (string) Array of tick names tickv: (float) Array of tick values in normalized/shift log space ticks: (int) Number of ticks - 1 Notes: - This function should be called after the plot window has been initialized; otherwise, the AXIS procedure will create an extra window. - If the axis range is less than 1 order in log space then IDL will determine ticks. $LastChangedBy: aaflores $ $LastChangedDate: 2014-07-23 17:55:41 -0700 (Wed, 23 Jul 2014) $ $LastChangedRevision: 15594 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/themis/spacecraft/particles/slices/thm_part_slice2d_getticks_rlog.pro $
Keywords
- range
- grid
- precision
- style
- nticks
- tickv
- tickname
- ticks
File attributes
Modification date: | Tue Oct 21 13:53:35 2014 |
Lines: | 43 |