Ignore:
Timestamp:
Sep 16, 2011, 7:43:07 PM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: python graphics minor modif and notes from work on gnome.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/PYTHON/myplot.py

    r287 r295  
    476476             "tk":           "%.0f",\
    477477             "tpot":         "%.0f",\
     478             "TSURF":        "%.0f",\
    478479             "def":          "%.1e",\
    479480             "PTOT":         "%.0f",\
     
    489490             "WMAX_TH":      "%.1f",\
    490491             "QSURFICE":     "%.0f",\
     492             "ALBBARE":      "%.2f",\
    491493                    }
    492494    if whichvar not in fmtvar:
     
    501503             "HGT":          "spectral",\
    502504             "tk":           "gist_heat",\
     505             "TSURF":        "RdBu_r",\
    503506             "QH2O":         "PuBu",\
    504507             "USTM":         "YlOrRd",\
     
    512515             "anomaly":      "RdBu_r",\
    513516             "QSURFICE":     "hot_r",\
     517             "ALBBARE":      "spectral",\
    514518                     }
    515519#W --> spectral ou jet
Note: See TracChangeset for help on using the changeset viewer.