Ignore:
Timestamp:
Sep 13, 2012, 9:58:34 AM (12 years ago)
Author:
aslmd
Message:

UTIL PYTHON. added a gfortran script to compile mcd fortran stuff in python. added comments here and there.

File:
1 edited

Legend:

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

    r771 r781  
    467467        subv = 2
    468468        subh = 2
     469        #fig.subplots_adjust(wspace = 0.4, hspace = 0.6)
    469470        fig.subplots_adjust(wspace = 0.4, hspace = 0.3)
    470471        rcParams['font.size'] = int( rcParams['font.size'] * 2. / 3. )
     
    11231124                "def":          "black",\
    11241125                "vis":          "yellow",\
    1125                 "vishires":     "yellow",\
     1126                "vishires":     "green",\
    11261127                "molabw":       "yellow",\
    11271128                "mola":         "black",\
     
    12111212        "Rupes":                 [[ 72., 90.],[-120.,- 20.]],\
    12121213        "Xanadu":                [[-40., 20.],[  40., 120.]],\
     1214        "Hyperboreae":           [[ 80., 87.],[- 70.,- 10.]],\
    12131215              }
    12141216    if area not in list:   area = "Whole"
Note: See TracChangeset for help on using the changeset viewer.