Changeset 17819
- Timestamp:
- 04/22/14 20:55:57 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/plotmodel.py
r17778 r17819 42 42 nc=True 43 43 else: 44 ncols= subplotwidth44 ncols=int(subplotwidth) 45 45 nc=False 46 ncols=int(ncols) 47 nrows=int(nrows) 46 48 47 49 #check that nrows and ncols were given at the same time! … … 71 73 share_all=True, 72 74 label_mode='all', 73 cbar_mode=' single',75 cbar_mode='each', 74 76 cbar_location='right', 75 77 cbar_size='5%',
Note:
See TracChangeset
for help on using the changeset viewer.