Ignore:
Timestamp:
Mar 26, 2019 12:21:53 PM (5 years ago)
Author:
GitHub <noreply@…>
Branches:
ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl
Children:
c149fba
Parents:
5123512 (diff), f5e2a10a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Piotr Rozyczko <piotr.rozyczko@…> (03/26/19 12:21:53)
git-committer:
GitHub <noreply@…> (03/26/19 12:21:53)
Message:

Merge pull request #215 from SasView?/ESS_GUI_plotpoly2d

show a polydispersity plot for 2D data as well

File:
1 edited

Legend:

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

    rb38c8c8 rf5e2a10a  
    590590        xunit = model.details[name][0] 
    591591        data1d.xaxis(r'\rm{{{}}}'.format(name.replace('_', '\_')), xunit) 
    592         data1d.yaxis(r'\rm{weight}', 'normalized') 
     592        data1d.yaxis(r'\rm{probability}', 'normalized') 
    593593        data1d.scale = 'linear' 
    594594        data1d.symbol = 'Line' 
Note: See TracChangeset for help on using the changeset viewer.