Changeset d215517 in sasview


Ignore:
Timestamp:
Mar 25, 2019 7:01:06 AM (5 years ago)
Author:
awashington
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 04:57:51)
git-committer:
Adam Washington <rprospero@…> (03/25/19 07:01:06)
Message:

Better plotting defaults for Corfunc in q-space

File:
1 edited

Legend:

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

    rdee9e5f rd215517  
    6161            self.axes.set_xlim(min(self.data.x) / 2, 
    6262                               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)) 
    6365        if self.extrap: 
    6466            self.axes.plot(self.extrap.x, self.extrap.y) 
Note: See TracChangeset for help on using the changeset viewer.