Changeset 384 for trunk/UTIL/PYTHON


Ignore:
Timestamp:
Nov 14, 2011, 8:45:07 PM (13 years ago)
Author:
acolaitis
Message:

PYTHON. Corrected a bug which was preventing stereographic and ortho projection to work with GCM data. Now working perfectly.

File:
1 edited

Legend:

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

    r382 r384  
    319319                     #contourf(what_I_plot, zelevels, cmap = palette )
    320320
    321                      contourf( x, y, what_I_plot, zelevels, cmap = palette)
     321                     m.contourf( x, y, what_I_plot, zelevels, cmap = palette)
    322322
    323323                     zxmin, zxmax = xaxis
Note: See TracChangeset for help on using the changeset viewer.