Changeset bb57068 in sasview for src/sas/qtgui/Utilities/GuiUtils.py


Ignore:
Timestamp:
Apr 5, 2018 3:46:18 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
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:
d6e38661
Parents:
3790f7f
Message:

Corrected plot scale for residuals

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Utilities/GuiUtils.py

    r3b3b40b rbb57068  
    719719    if data.id == 'fit': 
    720720        return 
     721 
     722    # make sure we have some function to operate on 
     723    if xLabel is None: 
     724        xLabel = 'log10(x)' 
     725    if yLabel is None: 
     726        yLabel = 'log10(y)' 
    721727 
    722728    # control axis labels from the panel itself 
Note: See TracChangeset for help on using the changeset viewer.