Changeset 8274471e in sasview for src/sas/qtgui/Plotting
- Timestamp:
- Sep 3, 2018 9:59:28 AM (6 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Plotting/Plotter.py
rfacf4ca r8274471e 132 132 133 133 # Include scaling (log vs. linear) 134 ax.set_xscale(self.xscale, nonpos y='clip')134 ax.set_xscale(self.xscale, nonposx='clip') 135 135 ax.set_yscale(self.yscale, nonposy='clip') 136 136
Note: See TracChangeset
for help on using the changeset viewer.