general/tplot/
plotxylib.pro
Procedure: plotxylib Purpose: A library of helper functions for plotxy, plotxyz, and plotxyvec. To make the library available for a routine just call: plotxylib That will force all the routines to be compiled. pxy_set_state sets the state of !TPLOTXY which keeps track of windowing information for the plotxy* routines. pxy_push_state pushes arguments to these routines onto a data structure that allows them to be replot without retyping the arguments. pxy_replot will replot a series of calls from memory. pxy_get_pos will calculate the position and shape of a window from the windowing information in !TPLOTXY and the requested data ranges and margins for a window. pxy_set_window is a routine that houses some redundant initialization code. SEE ALSO: plotxy,plotxyz,plotxyvec $LastChangedBy: lphilpott $ $LastChangedDate: 2011-05-26 11:53:59 -0700 (Thu, 26 May 2011) $ $LastChangedRevision: 8701 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/general/tplot/plotxylib.pro $
Routines
Routines from plotxylib.pro
pxy_set_window, overplot, addpanel, replot, window, xsize, ysize, wtitle, multi, mmargin, mtitle, noisotropic, isotropic=isotropic
pxy_set_state, multi, mmargin, mtitle
pxy_push_state, func_name, state, _extra=_extra
result = pxy_get_pos(x, y, isotropic, xmargin, ymargin, mpanel)
pxy_replot
pxy_make_title
plotxylib
Routine details
top source pxy_set_window
pxy_set_window, overplot, addpanel, replot, window, xsize, ysize, wtitle, multi, mmargin, mtitle, noisotropic, isotropic=isotropic
Parameters
- overplot
- addpanel
- replot
- window
- xsize
- ysize
- wtitle
- multi
- mmargin
- mtitle
- noisotropic
Keywords
- isotropic
top source pxy_push_state
pxy_push_state, func_name, state, _extra=_extra
Parameters
- func_name
- state
Keywords
- _extra
File attributes
Modification date: | Thu Feb 13 16:43:16 2014 |
Lines: | 315 |