Changeset 21e71f1 in sasview for src/sas/qtgui/Plotting
- Timestamp:
- Nov 21, 2018 8:39:24 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:
- f2e199e
- Parents:
- 44c15fc (diff), fb39f28 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Location:
- src/sas/qtgui/Plotting
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Plotting/Plotter2D.py
rc30822c r21e71f1 330 330 self.manager.communicator.plotUpdateSignal.emit([new_plot]) 331 331 332 self.manager.communicator.forcePlotDisplaySignal.emit([item, new_plot]) 333 334 # Show the plot 335 332 336 def setSlicer(self, slicer): 333 337 """ -
src/sas/qtgui/Plotting/Plotter.py
r3b95b3b rc30822c 600 600 except: 601 601 self.position = None 602 603 x_str = GuiUtils.formatNumber(self.x_click) 604 y_str = GuiUtils.formatNumber(self.y_click) 605 coord_str = "x: {}, y: {}".format(x_str, y_str) 606 self.manager.communicator.statusBarUpdateSignal.emit(coord_str) 602 607 603 608 def onMplMouseUp(self, event):
Note: See TracChangeset
for help on using the changeset viewer.