Changeset 8274471e in sasview for src/sas/qtgui/Plotting


Ignore:
Timestamp:
Sep 3, 2018 7:59:28 AM (6 years ago)
Author:
ibressler
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:
6dbff18
Parents:
a24eacf
Message:

PlotterWidget?: mpl typo fixed

File:
1 edited

Legend:

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

    rfacf4ca r8274471e  
    132132 
    133133        # Include scaling (log vs. linear) 
    134         ax.set_xscale(self.xscale, nonposy='clip') 
     134        ax.set_xscale(self.xscale, nonposx='clip') 
    135135        ax.set_yscale(self.yscale, nonposy='clip') 
    136136 
Note: See TracChangeset for help on using the changeset viewer.