Changeset 2967 for branch/2frame/GSASIIplot.py
- Timestamp:
- Aug 7, 2017 2:17:51 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branch/2frame/GSASIIplot.py
r2964 r2967 25 25 import mpl_toolkits.mplot3d.axes3d as mp3d 26 26 import GSASIIpath 27 Clip_on = GSASIIpath.GetConfigValue('Clip_on')28 27 GSASIIpath.SetVersionNumber("$Revision$") 29 28 import GSASIIdataGUI as G2gd … … 1696 1695 New peaks are also added here. 1697 1696 ''' 1697 Clip_on = GSASIIpath.GetConfigValue('Clip_on') 1698 1698 plotNum = G2frame.G2plotNB.plotList.index('Powder Patterns') 1699 1699 Page = G2frame.G2plotNB.nb.GetPage(plotNum) … … 1826 1826 #===================================================================================== 1827 1827 # beginning PlotPatterns execution 1828 Clip_on = GSASIIpath.GetConfigValue('Clip_on') 1828 1829 new,plotNum,Page,Plot,limits = G2frame.G2plotNB.FindPlotTab('Powder Patterns','mpl') 1829 1830 if not new:
Note: See TracChangeset
for help on using the changeset viewer.