Documentation for /home/davin/idl/socware/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

general/missions/rbsp/efw/utils/

jbt_tplot_pos.pro


NAME: jbt_tplot_pos (function) PURPOSE: Get the positions of tplot panels. The returned array has the form [n_panels, 4]. The meanings of the 4 values of each panel are: [*, 0]: left x [*, 1]: bottom y [*, 2]: right x [*, 3]: top y CATEGORIES: CALLING SEQUENCE: pos = jbt_tplot_pos(npanels = npanels, xpos = xpos, ypos = ypos, $ enclose = enclose) xpos and ypos store locations for plots. For example, plots, xpos[0,*], ypos[0,*], color = 6 ; 6 = red will draw lines along the top panel frame. ARGUMENTS: KEYWORDS: npanels: (Output, optional) xpos: (Output, optional) ypos: (Output, optional) /enclose: (Input, optional) COMMON BLOCKS: EXAMPLES: SEE ALSO: HISTORY: 2012-08-24: Created by Jianbao Tao(JBT), SSL, UC Berkeley. VERSION: $LastChangedBy: jianbao_tao $ $LastChangedDate: 2012-11-02 16:35:10 -0700 (Fri, 02 Nov 2012) $ $LastChangedRevision: 11172 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/general/missions/rbsp/efw/utils/jbt_tplot_pos.pro $

Routines

top source jbt_tplot_pos

result = jbt_tplot_pos(npanels=npanels, xpos=xpos, ypos=ypos, enclose=enclose)

Keywords

npanels
xpos
ypos
enclose

File attributes

Modification date: Thu Feb 13 16:43:25 2014
Lines: 67