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.

Location:
trunk/MESOSCALE/LMD_MM_MARS/SRC/PYTHON
Files:
2 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
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/PYTHON/winds.py

    r287 r295  
    209209        pad_inches_value = 0.35
    210210        if save == 'png':
    211             makeplotres(zeplot,res=100.,pad_inches_value=pad_inches_value) #,erase=True)  ## a miniature
     211            if display: makeplotres(zeplot,res=100.,pad_inches_value=pad_inches_value) #,erase=True)  ## a miniature
    212212            makeplotres(zeplot,res=200.,pad_inches_value=pad_inches_value,disp=False)
    213213        elif save in ['eps','svg','pdf']:
Note: See TracChangeset for help on using the changeset viewer.