Changeset 2834 for trunk/GSASIIphsGUI.py
- Timestamp:
- May 12, 2017 8:24:28 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r2809 r2834 7935 7935 xy = [x,y] 7936 7936 XY.append(np.array(xy)) 7937 XY = np.array(XY)7937 # XY = np.array(XY) 7938 7938 G2plt.PlotXY(G2frame,XY,XY2=[],labelX='POobs',labelY='POcalc',newPlot=False,Title='Texture fit error') 7939 7939 UpdateTexture()
Note: See TracChangeset
for help on using the changeset viewer.