Changeset 4355 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Mar 10, 2020 10:53:50 AM (3 years ago)
Author:
vondreele
Message:

Add RMCProfile-III tutorial to list in G2ctrlGUI so it shows up in Help
change PlotXYZvect so it shows quaternions 3D vectors colored according to the rotation component (0-90 deg)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r4351 r4355  
    25852585                    X = Vects['Ovec'].T[0]
    25862586                    Y = Vects['Ovec'].T[1]
    2587                     Z = Vects['Ovec'].T[2]                   
    2588                     G2plt.PlotXYZvect(G2frame,X,Y,Z,r'X-axis',r'Y-axis',r'Z-axis',
     2587                    Z = Vects['Ovec'].T[2]
     2588                    R = Tilts['Otilts']
     2589                    G2plt.PlotXYZvect(G2frame,X,Y,Z,R,r'X-axis',r'Y-axis',r'Z-axis',
    25892590                        Title=r'%s Octahedral tilt vectors'%Oatoms,PlotName='Oct %s tilts for %s'%(bName,pName))
    25902591                    print(' %s-%s bond distance: %.3f(%d)'%(Oatoms,Tatoms,Bmean,Bstd*1000))
     
    26122613                    Y = Vects['Tvec'].T[1]
    26132614                    Z = Vects['Tvec'].T[2]
    2614                     G2plt.PlotXYZvect(G2frame,X,Y,Z,r'X-axis',r'Y-axis',r'Z-axis',
     2615                    R = Tilts['Ttilts']
     2616                    G2plt.PlotXYZvect(G2frame,X,Y,Z,R,r'X-axis',r'Y-axis',r'Z-axis',
    26152617                        Title=r'%s Tetrahedral tilt vectors'%Oatoms,PlotName='Tet %s tilts for %s'%(bName,pName))
    26162618                    print(' %s-%s bond distance: %.3f(%d)'%(Oatoms,Tatoms,Bmean,Bstd*1000))
Note: See TracChangeset for help on using the changeset viewer.