Changeset 8cb6cd6 in sasview for src/sas/qtgui/Perspectives/Invariant/InvariantPerspective.py
- Timestamp:
- Jul 12, 2016 8:44:53 AM (8 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Invariant/InvariantPerspective.py
ra95260d r8cb6cd6 58 58 self._helpView = QtWebKit.QWebView() 59 59 self.detailsDialog = DetailsDialog(self) 60 self._plotter = Plotter(self)60 # self._plotter = Plotter(self) 61 61 62 62 self._low_extrapolate = False … … 159 159 """ 160 160 """ 161 self._plotter = Plotter(self) 161 162 if self._low_extrapolate or self._high_extrapolate: 162 163 self._plotter.show()
Note: See TracChangeset
for help on using the changeset viewer.