Changeset f7e6b30 in sasview for src/sas/qtgui/Perspectives/Corfunc/CorfuncPerspective.py
- Timestamp:
- Mar 26, 2019 5:42:44 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl
- Children:
- 4acca8c
- Parents:
- 4b796b8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Corfunc/CorfuncPerspective.py
r4b796b8 rf7e6b30 95 95 self.axes.plot(data_idf.x, data_idf.y, 96 96 label="Interface Distribution Function") 97 self.axes.set_xlim( min(data1.x), max(data1.x) / 4)97 self.axes.set_xlim(0, max(data1.x) / 4) 98 98 self.axes.legend() 99 99
Note: See TracChangeset
for help on using the changeset viewer.