Changeset 0ffdf6e in sasview
- Timestamp:
- Mar 25, 2019 9:01:07 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl
- Children:
- 4b796b8
- Parents:
- f6c3f01
- git-author:
- Adam Washington <rprospero@…> (03/25/19 08:39:23)
- git-committer:
- Adam Washington <rprospero@…> (03/25/19 09:01:07)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Corfunc/CorfuncPerspective.py
ra7a0def r0ffdf6e 50 50 self.axes.set_xscale("log") 51 51 self.axes.set_yscale("log") 52 self.axes.set_xlabel("Q [$\AA^{-1}$]") 53 self.axes.set_ylabel("I(Q) [cm$^{-1}$]") 54 self.fig.tight_layout() 52 55 53 56 qmin = float(self.model.item(W.W_QMIN).text()) … … 81 84 self.axes.set_xscale("linear") 82 85 self.axes.set_yscale("linear") 86 self.axes.set_xlabel("Z [$\AA$]") 87 self.axes.set_ylabel("Correlation") 88 self.fig.tight_layout() 83 89 84 90 if self.data:
Note: See TracChangeset
for help on using the changeset viewer.