Changeset fd7ef36 in sasview for src/sas/qtgui/Perspectives/Fitting
- Timestamp:
- Sep 6, 2018 4:53:39 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:
- 605d944
- Parents:
- 2df558e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
r444c221c rfd7ef36 2303 2303 new_plots.append(residuals) 2304 2304 2305 if self.data_is_loaded: 2306 GuiUtils.deleteRedundantPlots(self.all_data[self.data_index], new_plots) 2307 else: 2308 # delete theory items for the model, in order to get rid of any redundant items, e.g. beta(Q), S_eff(Q) 2309 self.communicate.deleteIntermediateTheoryPlotsSignal.emit(self.kernel_module.id) 2310 2305 2311 # Create plots for intermediate product data 2306 2312 pq_data, sq_data = self.logic.new1DProductPlots(return_data, self.tab_id) … … 2315 2321 # self.communicate.plotUpdateSignal.emit([sq_data]) 2316 2322 new_plots.append(sq_data) 2317 2318 if self.data_is_loaded:2319 GuiUtils.deleteRedundantPlots(self.all_data[self.data_index], new_plots)2320 2323 2321 2324 # Update/generate plots
Note: See TracChangeset
for help on using the changeset viewer.