Ignore:
Timestamp:
Sep 3, 2018 3:32:31 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
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:
f4a6f2c
Parents:
c1cfa80
Message:

Fixed erroneous error bars. SASVIEW-994

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/MainWindow/DataExplorer.py

    r9463ca2 rfacf4ca  
    544544                # 'sophisticated' test to generate standalone plot for residuals 
    545545                if 'esiduals' in plot.title: 
    546                     self.plotData([(item, plot)], transform=False) 
     546                    plot.yscale='linear' 
     547                    self.plotData([(item, plot)]) 
    547548                else: 
    548549                    new_plots.append((item, plot)) 
Note: See TracChangeset for help on using the changeset viewer.