Ignore:
Timestamp:
Dec 1, 2011, 3:49:37 PM (13 years ago)
Author:
aslmd
Message:

GRAPHICS: the smallest commit of the world. fixed the fact that contours did not appear in the first instance of the movie. movies with contours working well with meso files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/planetoplot.py

    r442 r443  
    332332                    if flagnolow:    what_I_plot_frame = nolow(what_I_plot_frame)
    333333
    334                     if imov > 0:
     334                    if imov >= 0:
    335335                       # Renew axis directives for movie frames which are not the first one.
    336336                       zxmin, zxmax = xaxis ; zymin, zymax = yaxis
Note: See TracChangeset for help on using the changeset viewer.