Changeset 5990185 in sasview for src/sas


Ignore:
Timestamp:
Sep 17, 2018 8:22:56 AM (6 years ago)
Author:
ibressler
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:
db500cb
Parents:
3ae70f9
Message:

plot polydispersity in its own window

File:
1 edited

Legend:

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

    r3ae70f9 r5990185  
    598598        data1d.name = "{} polydispersity".format(name) 
    599599        data1d.id = data1d.name # placeholder, has to be completed later 
    600         data1d.plot_role = Data1D.ROLE_DELETABLE 
     600        data1d.plot_role = Data1D.ROLE_RESIDUAL 
    601601        plots.append(data1d) 
    602602    return plots 
Note: See TracChangeset for help on using the changeset viewer.