Changeset 44777ee in sasview for src/sas/qtgui/Perspectives/Fitting/FittingLogic.py
- Timestamp:
- Aug 10, 2018 9:20:35 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:
- 6b3a231
- Parents:
- 3ae9179
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingLogic.py
r3ae9179 r44777ee 134 134 def _create1DPlot(self, tab_id, x, y, model, data, component=None): 135 135 """ 136 For internal use: create a new 1D data instance based on fitting results 137 componentis a string indicating the model component, e.g. "P(Q)"136 For internal use: create a new 1D data instance based on fitting results. 137 'component' is a string indicating the model component, e.g. "P(Q)" 138 138 """ 139 139 # Create the new plot
Note: See TracChangeset
for help on using the changeset viewer.