Changeset 828
- Timestamp:
- Jan 14, 2013 9:54:10 AM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIconstrGUI.py
r823 r828 135 135 items = varList[x].split(':') 136 136 for item in varList: 137 if items[0] == item.split(':')[0] :137 if items[0] == item.split(':')[0] and ':all:' not in item: 138 138 varbs.append(item) 139 139 break -
trunk/GSASIIplot.py
r818 r828 634 634 G2frame.PatternId, 'Instrument Parameters')) 635 635 ParmList = [Parms,] 636 Title = Pattern[-1] 636 637 else: 638 Title = os.path.split(G2frame.GSASprojectfile)[1] 637 639 PlotList = [] 638 640 ParmList = [] … … 663 665 Ymax = max(Ymax,max(xye[1])) 664 666 offset = G2frame.Offset[0]*Ymax/100.0 665 Title = 'Powder Patterns: '+os.path.split(G2frame.GSASprojectfile)[1]666 667 if G2frame.logPlot: 667 668 Title = 'log('+Title+')'
Note: See TracChangeset
for help on using the changeset viewer.