- Timestamp:
- Aug 10, 2017 12:59:01 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branch/2frame/GSASIIplot.py
r2978 r2992 1697 1697 New peaks are also added here. 1698 1698 ''' 1699 Clip_on = GSASIIpath.GetConfigValue('Clip_on')1700 1699 plotNum = G2frame.G2plotNB.plotList.index('Powder Patterns') 1701 1700 Page = G2frame.G2plotNB.nb.GetPage(plotNum) … … 1828 1827 #===================================================================================== 1829 1828 # beginning PlotPatterns execution 1830 Clip_on = GSASIIpath.GetConfigValue('Clip_on')1831 1829 new,plotNum,Page,Plot,limits = G2frame.G2plotNB.FindPlotTab('Powder Patterns','mpl') 1832 1830 if not new:
Note: See TracChangeset
for help on using the changeset viewer.