Changeset 44777ee in sasview for src/sas/qtgui/Perspectives/Fitting


Ignore:
Timestamp:
Aug 10, 2018 9:20:35 AM (6 years ago)
Author:
Torin Cooper-Bennun <torin.cooper-bennun@…>
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
Message:

docstring wording

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/FittingLogic.py

    r3ae9179 r44777ee  
    134134    def _create1DPlot(self, tab_id, x, y, model, data, component=None): 
    135135        """ 
    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)" 
     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)" 
    138138        """ 
    139139        # Create the new plot 
Note: See TracChangeset for help on using the changeset viewer.