general/tplot/
zlim.pro
Routines
top source zlim
zlim, lim, min, max, log, default=default
PROCEDURE: zlim,lim, [min,max, [log]] PURPOSE: To set plotting limits for plotting routines. This procedure will add the tags 'zrange', 'zstyle' and 'xlog' to the structure lim. This structure can be used in other plotting routines. INPUTS: lim: structure to be added to. (Created if non-existent) min: min value of range max: max value of range log: (optional) 0: linear, 1: log If lim is a string then the limit structure associated with that "TPLOT" variable is modified. See also: "OPTIONS", "YLIM", "XLIM", "SPEC" Typical usage: zlim,'ehspec',1e-2,1e6,1 ; Change color limits of the "TPLOT" variable ; 'ehspec'. CREATED BY: Davin Larson LAST MODIFICATION: @(#)zlim.pro 1.2 02/11/01
Parameters
- lim
- min
- max
- log
Keywords
- default
File attributes
Modification date: | Mon Dec 8 12:47:22 2014 |
Lines: | 14 |