Changeset 359 for trunk/UTIL/PYTHON/myplot.py
- Timestamp:
- Nov 8, 2011, 2:38:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/myplot.py
r350 r359 138 138 rcParams['font.size'] = int( rcParams['font.size'] * 3. / 4. ) 139 139 elif numplot == 3: 140 subv = 3141 subh = 1140 subv = 2 141 subh = 2 142 142 fig.subplots_adjust(wspace = 0.5) 143 143 rcParams['font.size'] = int( rcParams['font.size'] * 1. / 2. )
Note: See TracChangeset
for help on using the changeset viewer.