Changeset 672b8ab in sasview for src/sas/qtgui/MainWindow/DataExplorer.py
- Timestamp:
- May 10, 2017 9:36:13 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:
- 1bc27f1
- Parents:
- 2da5759
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/DataExplorer.py
r56b22f9 r672b8ab 450 450 451 451 def addDataPlot2D(self, plot_set, item): 452 """ 453 Create a new 2D plot and add it to the workspace 454 """ 452 455 plot2D = Plotter2D(self) 453 456 plot2D.item = item 454 457 plot2D.plot(plot_set) 455 458 self.addPlot(plot2D) 459 #============================================ 460 # Experimental hook for silx charts 456 461 #============================================ 457 462 ## Attach silx
Note: See TracChangeset
for help on using the changeset viewer.