Changeset 17820
- Timestamp:
- 04/22/14 22:18:46 (11 years ago)
- Location:
- issm/trunk-jpl/src/m/plot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/plot_manager.py
r17778 r17820 60 60 elif data.lower()=='none': 61 61 print 'no data provided to plot (TODO: write plot_none.py)' 62 applyoptions(md,[],options,fig,ax) 62 63 return 63 64 else: -
issm/trunk-jpl/src/m/plot/plotmodel.py
r17819 r17820 65 65 fig.clf() 66 66 67 # options to pass : axes_pad, share_all, label_mode ("1","L","all"), cbar_mode (none,single,each), cbar_location(right,top)67 # options to pass/construct: axes_pad, share_all, label_mode ("1","L","all"), cbar_mode (none,single,each), cbar_location(right,top) 68 68 axgrid=ImageGrid(fig, 111, 69 69 nrows_ncols=(nrows,ncols),
Note:
See TracChangeset
for help on using the changeset viewer.