Ignore:
Timestamp:
Apr 16, 2018 3:32:25 PM (6 years ago)
Author:
krzywon
Branches:
ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
98485fe
Parents:
b9e89d5
Message:

Automatically plot P(r) fits when calculated and small tweaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Inversion/InversionLogic.py

    rba4e3ba r318b353e  
    209209        new_plot.title = "P(r) fit" 
    210210        new_plot.id = PR_FIT_LABEL 
    211         # Make sure that the plot is linear 
    212         new_plot.xtransform = "x" 
    213         new_plot.ytransform = "y" 
     211        new_plot.scale = "linear" 
    214212        new_plot.group_id = GROUP_ID_PR_FIT 
    215213 
Note: See TracChangeset for help on using the changeset viewer.