Changeset 2355 for trunk/GSASIIplot.py
- Timestamp:
- Jun 30, 2016 8:36:29 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r2336 r2355 4353 4353 Plot.plot([arcxI[ind],arcxO[ind]],[arcyI[ind],arcyO[ind]],color='k',dashes=(5,5)) 4354 4354 4355 if G2frame.PickId and G2frame.PatternTree.GetItemText(G2frame.PickId) in 'Image Controls':4355 if G2frame.PickId and G2frame.PatternTree.GetItemText(G2frame.PickId) in ['Image Controls',]: 4356 4356 for xring,yring in Data['ring']: 4357 4357 Plot.plot(xring,yring,'r+',picker=3) … … 4367 4367 Plot.add_artist(Ellipse([cent[0],cent[1]],2*width,2*height,phi,ec=col,fc='none')) 4368 4368 Plot.text(cent[0],cent[1],'+',color=col,ha='center',va='center') 4369 if G2frame.P atternTree.GetItemText(G2frame.PickId) in 'Stress/Strain':4369 if G2frame.PickId and G2frame.PatternTree.GetItemText(G2frame.PickId) in ['Stress/Strain',]: 4370 4370 for N,ring in enumerate(StrSta['d-zero']): 4371 4371 xring,yring = ring['ImxyObs']
Note: See TracChangeset
for help on using the changeset viewer.