Changeset 2137 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Jan 27, 2016 11:29:30 AM (7 years ago)
Author:
vondreele
Message:

fix 3DHKL plot - used Bmat.T should be Bmat; messed up nonorthogonal axes
fix bug in Reflection List

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r2136 r2137  
    991991        matRot = np.concatenate((np.concatenate((matRot,[[0],[0],[0]]),axis=1),[[0,0,0,1],]),axis=0)
    992992        glMultMatrixf(matRot.T)
    993         glMultMatrixf(B4mat.T)
     993        glMultMatrixf(B4mat)
    994994        glTranslate(-Tx,-Ty,-Tz)
    995995        x,y,z = drawingData['viewPoint'][0]
Note: See TracChangeset for help on using the changeset viewer.