Changeset e2e5f3d in sasview for src/sas/qtgui/Plotting
- Timestamp:
- Oct 1, 2018 9:22:15 AM (6 years ago)
- 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:
- b8745fa
- Parents:
- 0d2629f
- git-author:
- Piotr Rozyczko <piotr.rozyczko@…> (10/01/18 09:19:42)
- git-committer:
- Piotr Rozyczko <piotr.rozyczko@…> (10/01/18 09:22:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Plotting/Plotter.py
r34f13a83 re2e5f3d 467 467 """ 468 468 plot = self.plot_dict[id] 469 self.manager.add_data(data_list=[plot]) 469 self.manager.add_data(data_list={id:plot}) 470 self.manager.freezeDataToItem(plot) 470 471 471 472 def onModifyPlot(self, id):
Note: See TracChangeset
for help on using the changeset viewer.