Changeset 3b7b218 in sasview for src/sas/qtgui/Plotter.py


Ignore:
Timestamp:
Dec 9, 2016 7:46:23 AM (7 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:
c4e5400
Parents:
fecfe28
Message:

Code review from TN + more unit tests for plotters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Plotter.py

    rfecfe28 r3b7b218  
    6767 
    6868        # Include scaling (log vs. linear) 
    69         ax.set_yscale(self.xscale) 
    7069        ax.set_xscale(self.xscale) 
     70        ax.set_yscale(self.yscale) 
    7171 
    7272        # refresh canvas 
Note: See TracChangeset for help on using the changeset viewer.