Changeset b9ab979 in sasview for src/sas/qtgui/Plotting/Plotter2D.py


Ignore:
Timestamp:
Nov 6, 2018 5:17:08 AM (5 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
1942f63
Parents:
a0ad146
Message:

Automatically show sector/annulus/box plots SASVIEW-980

File:
1 edited

Legend:

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

    ra0ad146 rb9ab979  
    288288        self.manager.communicator.plotUpdateSignal.emit([new_plot]) 
    289289 
     290        self.manager.communicator.forcePlotDisplaySignal.emit([item, new_plot]) 
     291 
     292        # Show the plot 
     293 
    290294    def setSlicer(self, slicer): 
    291295        """ 
Note: See TracChangeset for help on using the changeset viewer.