Changeset f7e6b30 in sasview for src/sas/qtgui


Ignore:
Timestamp:
Mar 26, 2019 3:42:44 AM (5 years ago)
Author:
awashington
Branches:
ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl
Children:
4acca8c
Parents:
4b796b8
Message:

Remote artificial limits on corfunc range.

With the new navigation toolbars, they aren't needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Corfunc/CorfuncPerspective.py

    r4b796b8 rf7e6b30  
    9595            self.axes.plot(data_idf.x, data_idf.y, 
    9696                           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) 
    9898            self.axes.legend() 
    9999 
Note: See TracChangeset for help on using the changeset viewer.