Changeset 419 for trunk/UTIL/PYTHON/planetoplot.py
- Timestamp:
- Nov 23, 2011, 4:49:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/planetoplot.py
r418 r419 53 53 blat=None,\ 54 54 tsat=False,\ 55 nolow=False):55 flagnolow=False): 56 56 57 57 … … 326 326 if hole: what_I_plot = hole_bounds(what_I_plot,zevmin,zevmax) 327 327 else: what_I_plot = bounds(what_I_plot,zevmin,zevmax) 328 if nolow:what_I_plot = nolow(what_I_plot)328 if flagnolow: what_I_plot = nolow(what_I_plot) 329 329 if not tile: 330 330 #zelevels = np.linspace(zevmin*(1. + 1.e-7),zevmax*(1. - 1.e-7)) #,num=20)
Note: See TracChangeset
for help on using the changeset viewer.