Changeset 0cd98a1 in sasview for src/sas/qtgui/Plotting/Plotter.py
- Timestamp:
- Sep 8, 2018 6:28:16 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:
- c0de493, 309fa1b
- Parents:
- c4b23dd
- git-author:
- Piotr Rozyczko <rozyczko@…> (09/08/18 06:26:54)
- git-committer:
- Piotr Rozyczko <rozyczko@…> (09/08/18 06:28:16)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Plotting/Plotter.py
r2a174d4 r0cd98a1 182 182 183 183 # Update the list of data sets (plots) in chart 184 self.plot_dict[self._data. id] = self.data185 186 self.plot_lines[self._data. id] = line184 self.plot_dict[self._data.name] = self.data 185 186 self.plot_lines[self._data.name] = line 187 187 188 188 # Now add the legend with some customizations. … … 201 201 # refresh canvas 202 202 self.canvas.draw() 203 # This is an important processEvent.204 # This allows charts to be properly updated in order205 # of plots being applied.206 QtWidgets.QApplication.processEvents()207 203 208 204 def createContextMenu(self):
Note: See TracChangeset
for help on using the changeset viewer.