Changeset 2108 for trunk/GSASIIplot.py
- Timestamp:
- Dec 24, 2015 9:10:30 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r2107 r2108 3609 3609 import numpy.ma as ma 3610 3610 Dsp = lambda tth,wave: wave/(2.*npsind(tth/2.)) 3611 global Data,Masks,StrSta3611 #global Data,Masks,StrSta # BHT: I don't see why these need to be globals. Where are they accessed? 3612 3612 colors=['b','g','r','c','m','k'] 3613 3613 Data = G2frame.PatternTree.GetItemPyData( … … 3915 3915 G2frame.itemPicked = None 3916 3916 3917 # PlotImage execution starts here 3917 # PlotImage execution starts here 3918 3918 xylim = [] 3919 3919 try: … … 4072 4072 xring,yring = np.array(ring).T[:2] 4073 4073 Plot.plot(xring,yring,'.',color=colors[N%6]) 4074 N += 1 4074 N += 1 4075 4075 for ellipse in Data['ellipses']: #what about hyperbola? 4076 4076 cent,phi,[width,height],col = ellipse
Note: See TracChangeset
for help on using the changeset viewer.