Changes in / [60e20d8:14e1ff0] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Plotting/Plotter.py
r4c11b2a rd9e7792 420 420 This effectlvely refreshes the chart with changes to one of its plots 421 421 """ 422 423 # Pull the current transform settings from the old plot424 selected_plot = self.plot_dict[id]425 new_plot.xtransform = selected_plot.xtransform426 new_plot.ytransform = selected_plot.ytransform427 428 422 self.removePlot(id) 429 423 self.plot(data=new_plot)
Note: See TracChangeset
for help on using the changeset viewer.