Changeset 2a174d4 in sasview
- Timestamp:
- Sep 8, 2018 4:04:36 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:
- 50cafe7
- Parents:
- 2f14b5d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Plotting/Plotter.py
rc2f3ca2 r2a174d4 420 420 This effectlvely refreshes the chart with changes to one of its plots 421 421 """ 422 import logging423 422 self.removePlot(id) 424 423 self.plot(data=new_plot)
Note: See TracChangeset
for help on using the changeset viewer.