Changeset 396 for trunk/GSASIIplot.py
- Timestamp:
- Oct 20, 2011 11:38:12 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r392 r396 1927 1927 x,y = np.hsplit(ring,2) 1928 1928 tth,azm = G2img.GetTthAzm(x,y,Data) 1929 azm = np.where(azm < 0.,azm+360,azm)1929 # azm = np.where(azm < 0.,azm+360,azm) 1930 1930 Plot.plot(tth,azm,'b,') 1931 1931 if not newPlot:
Note: See TracChangeset
for help on using the changeset viewer.