Changeset 9ce69ec in sasview for src/sas/qtgui/Perspectives/Inversion
- Timestamp:
- Sep 18, 2018 3:51:44 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- fc5d2d7f
- Parents:
- 1738173
- git-author:
- Piotr Rozyczko <rozyczko@…> (09/18/18 03:42:03)
- git-committer:
- Piotr Rozyczko <rozyczko@…> (09/18/18 03:51:44)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Inversion/InversionPerspective.py
r855e7ad r9ce69ec 547 547 self.prPlot.plot_role = Data1D.ROLE_RESIDUAL 548 548 GuiUtils.updateModelItemWithPlot(self._data, self.prPlot, title) 549 self.communicate.plotRequestedSignal.emit([self._data,self.prPlot], None) 549 550 if self.dataPlot is not None: 550 551 title = self.dataPlot.name 551 552 self.dataPlot.plot_role = Data1D.ROLE_DEFAULT 553 self.dataPlot.symbol = "Line" 554 self.dataPlot.show_errors = False 552 555 GuiUtils.updateModelItemWithPlot(self._data, self.dataPlot, title) 553 if self.dataPlot is not None or self.prPlot is not None: 554 self.communicate.plotRequestedSignal.emit([self.logic.data], None) 556 self.communicate.plotRequestedSignal.emit([self._data,self.dataPlot], None) 555 557 self.enableButtons() 556 558
Note: See TracChangeset
for help on using the changeset viewer.