Changeset 092a3d9 in sasview for src/sas/sasgui/plottools/toolbar.py


Ignore:
Timestamp:
Jan 20, 2017 6:26:35 AM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
03c372d
Parents:
0f3c22d
Message:

Color Map control for 2D charts. Initial commit - SASVIEW-391

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/plottools/toolbar.py

    rd7bb526 r092a3d9  
    3535 
    3636    # CRUFT: mpl 1.1 uses save rather than save_figure 
    37     try: save_figure = NavigationToolbar2WxAgg.save 
    38     except AttributeError: pass 
     37    #try: save_figure = NavigationToolbar2WxAgg.save 
     38    #except AttributeError: pass 
    3939     
    4040    def _init_toolbar(self): 
Note: See TracChangeset for help on using the changeset viewer.