Changeset b46f285 in sasview for src/sas/qtgui/Plotter2D.py


Ignore:
Timestamp:
Jan 9, 2017 9:49:16 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:
87cc73a
Parents:
a66ff280
Message:

Unit tests for linear fit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Plotter2D.py

    r9290b1a rb46f285  
    8585                      zmax=zmax_2D_temp) 
    8686 
    87     def contextMenu(self): 
     87    def createContextMenu(self): 
    8888        """ 
    8989        Define common context menu and associated actions for the MPL widget 
     
    9191        self.defaultContextMenu() 
    9292 
    93     def contextMenuQuickPlot(self): 
     93    def createContextMenuQuick(self): 
    9494        """ 
    9595        Define context menu and associated actions for the quickplot MPL widget 
Note: See TracChangeset for help on using the changeset viewer.