Changeset 5008 for trunk/GSASIIplot.py
- Timestamp:
- Aug 5, 2021 7:43:13 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r4997 r5008 5040 5040 Id = G2gd.GetGPXtreeItemId(G2frame,Pid,'PDF Controls') 5041 5041 Pattern = G2frame.GPXtree.GetItemPyData(Id) 5042 if Pattern :5042 if Pattern and plotType in Pattern: 5043 5043 PlotList.append(Pattern[plotType]) 5044 5044 name = plotType
Note: See TracChangeset
for help on using the changeset viewer.