Changeset 443 for trunk/UTIL/PYTHON/planetoplot.py
- Timestamp:
- Dec 1, 2011, 3:49:37 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/planetoplot.py
r442 r443 332 332 if flagnolow: what_I_plot_frame = nolow(what_I_plot_frame) 333 333 334 if imov > 0:334 if imov >= 0: 335 335 # Renew axis directives for movie frames which are not the first one. 336 336 zxmin, zxmax = xaxis ; zymin, zymax = yaxis
Note: See TracChangeset
for help on using the changeset viewer.