Changeset 2423 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Aug 14, 2016 8:49:47 AM (7 years ago)
Author:
vondreele
Message:

fix bug in charge flip phase plotting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r2406 r2423  
    73237323            Y = 180.*np.array(result[1]).T/np.pi
    73247324            XY = [[X,y] for y in Y]
     7325            XY = np.array(XY).reshape((5,2,-1))
    73257326            G2plt.PlotXY(G2frame,XY,labelX='charge flip cycle',labelY='phase, deg',newPlot=True,
    73267327                Title='Test HKL phases',lines=True,names=testNames)
Note: See TracChangeset for help on using the changeset viewer.