Changeset 781 for trunk/UTIL/PYTHON/myplot.py
- Timestamp:
- Sep 13, 2012, 9:58:34 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/myplot.py
r771 r781 467 467 subv = 2 468 468 subh = 2 469 #fig.subplots_adjust(wspace = 0.4, hspace = 0.6) 469 470 fig.subplots_adjust(wspace = 0.4, hspace = 0.3) 470 471 rcParams['font.size'] = int( rcParams['font.size'] * 2. / 3. ) … … 1123 1124 "def": "black",\ 1124 1125 "vis": "yellow",\ 1125 "vishires": " yellow",\1126 "vishires": "green",\ 1126 1127 "molabw": "yellow",\ 1127 1128 "mola": "black",\ … … 1211 1212 "Rupes": [[ 72., 90.],[-120.,- 20.]],\ 1212 1213 "Xanadu": [[-40., 20.],[ 40., 120.]],\ 1214 "Hyperboreae": [[ 80., 87.],[- 70.,- 10.]],\ 1213 1215 } 1214 1216 if area not in list: area = "Whole"
Note: See TracChangeset
for help on using the changeset viewer.