Ignore:
Timestamp:
Jul 12, 2016 6:44:53 AM (8 years ago)
Author:
Piotr Rozyczko <piotr.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:
e3ae090
Parents:
a95260d
Message:

Plot handler prototype + append plot functionality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Invariant/InvariantPerspective.py

    ra95260d r8cb6cd6  
    5858        self._helpView = QtWebKit.QWebView() 
    5959        self.detailsDialog = DetailsDialog(self) 
    60         self._plotter = Plotter(self) 
     60        # self._plotter = Plotter(self) 
    6161 
    6262        self._low_extrapolate = False 
     
    159159        """ 
    160160        """ 
     161        self._plotter = Plotter(self) 
    161162        if self._low_extrapolate or self._high_extrapolate: 
    162163            self._plotter.show() 
Note: See TracChangeset for help on using the changeset viewer.