Changeset d215517 in sasview for src/sas/qtgui
- Timestamp:
- Mar 25, 2019 9:01:06 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl
- Children:
- 84fa015
- Parents:
- 2e7be0d
- git-author:
- Adam Washington <rprospero@…> (03/25/19 06:57:51)
- git-committer:
- Adam Washington <rprospero@…> (03/25/19 09:01:06)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Corfunc/CorfuncPerspective.py
rdee9e5f rd215517 61 61 self.axes.set_xlim(min(self.data.x) / 2, 62 62 max(self.data.x) * 1.5 - 0.5 * min(self.data.x)) 63 self.axes.set_ylim(min(self.data.y) / 2, 64 max(self.data.y) * 1.5 - 0.5 * min(self.data.y)) 63 65 if self.extrap: 64 66 self.axes.plot(self.extrap.x, self.extrap.y)
Note: See TracChangeset
for help on using the changeset viewer.