Changeset 2278 for trunk/GSASIIplot.py
- Timestamp:
- May 19, 2016 2:47:49 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r2276 r2278 1603 1603 Plot = Page.figure.gca() #get a fresh plot after clf() 1604 1604 G2frame.G2plotNB.SetSelectionNoRefresh(plotNum) # raises plot tab 1605 except ValueError:1605 except (ValueError,AttributeError): 1606 1606 if plottype == 'SASD': 1607 1607 G2frame.logPlot = True
Note: See TracChangeset
for help on using the changeset viewer.