Changeset 387 for trunk/UTIL


Ignore:
Timestamp:
Nov 15, 2011, 4:46:41 PM (13 years ago)
Author:
acolaitis
Message:

Python: corrected a bug introduced in previous commit

File:
1 edited

Legend:

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

    r385 r387  
    320320                     #contourf(what_I_plot, zelevels, cmap = palette )
    321321
    322                      m.contourf( x, y, what_I_plot, zelevels, cmap = palette)
    323 
     322                     if mapmode == 0:
     323                       contourf( x , y, what_I_plot, zelevels, cmap = palette)
     324                     elif mapmode == 1:
     325                       m.contourf( x, y, what_I_plot, zelevels, cmap = palette)
    324326                     zxmin, zxmax = xaxis
    325327                     zymin, zymax = yaxis
Note: See TracChangeset for help on using the changeset viewer.