Changeset d0952de in sasview for src/sas/qtgui/Plotting/Plotter.py
- Timestamp:
- Sep 14, 2018 5:18:29 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 3c4f02e
- Parents:
- cfd61f2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Plotting/Plotter.py
r5b144c6 rd0952de 84 84 if self.data.ytransform is None: 85 85 self.data.ytransform = 'log10(y)' 86 86 #Added condition to Dmax explorer from P(r) perspective 87 if self.data._xaxis == 'D_{max}': 88 self.xscale = 'linear' 87 89 # Transform data if required. 88 90 if transform and (self.data.xtransform is not None or self.data.ytransform is not None):
Note: See TracChangeset
for help on using the changeset viewer.