Changeset 17820


Ignore:
Timestamp:
04/22/14 22:18:46 (11 years ago)
Author:
cborstad
Message:

CHG: call applyoptions even if data is none

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  
    6060                elif data.lower()=='none':
    6161                        print 'no data provided to plot (TODO: write plot_none.py)'
     62                        applyoptions(md,[],options,fig,ax)
    6263                        return
    6364                else:
  • issm/trunk-jpl/src/m/plot/plotmodel.py

    r17819 r17820  
    6565                fig.clf()
    6666       
    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)
    6868                axgrid=ImageGrid(fig, 111,
    6969                                nrows_ncols=(nrows,ncols),
Note: See TracChangeset for help on using the changeset viewer.