Changeset 4826 for trunk/GSASIIplot.py
- Timestamp:
- Feb 23, 2021 3:34:12 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r4820 r4826 4831 4831 Xmax = np.amax(XYlist.T[0]) 4832 4832 dx = 0.02*(Xmax-Xmin) 4833 Ymin = np.amin(XYlist.T[1] )4834 Ymax = np.amax(XYlist.T[1] )4833 Ymin = np.amin(XYlist.T[1][1:]) 4834 Ymax = np.amax(XYlist.T[1][1:]) 4835 4835 dy = 0.02*(Ymax-Ymin) 4836 4836 try:
Note: See TracChangeset
for help on using the changeset viewer.