- Timestamp:
- Sep 14, 2018 4:05:03 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:
- cfd61f2
- Parents:
- 4b7d322
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Inversion/DMaxExplorerWidget.py
re908916 r9f2f713 157 157 logger.error(msg) 158 158 159 plotter = self.model.item(W.VARIABLE).text() 160 y_label = y_unit = "" 159 plotter = self.dependentVariable.currentText() 161 160 x_label = "D_{max}" 162 161 x_unit = "A" … … 192 191 data = Data1D(plotable_xs, ys) 193 192 if self.hasPlot: 194 self.plot.removePlot( None)193 self.plot.removePlot(data.name) 195 194 self.hasPlot = True 196 195 data.title = plotter
Note: See TracChangeset
for help on using the changeset viewer.