Changeset 327 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Jul 1, 2011 12:10:28 PM (12 years ago)
Author:
vondreele
Message:

fix to path name for atomdata.dat
fix to texture display - can't have colorbars!
put in bit to show #threads used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r326 r327  
    19211921        def OnPfType(event):
    19221922            textureData['PlotType'] = pfType.GetValue()
    1923             print 'before'
    19241923            UpdateDData()
    1925             print 'after'
    1926             G2plt.PlotTexture(self,data,newPlot=True)
     1924            G2plt.PlotTexture(self,data)
    19271925           
    19281926        def OnPFValue(event):
     
    19461944                Obj.SetValue('%3.1f,%3.1f,%3.1f'%(xyz[0],xyz[1],xyz[2]))
    19471945                textureData['PFxyz'] = xyz
    1948             G2plt.PlotTexture(self,data,newPlot=True)
     1946            G2plt.PlotTexture(self,data)
    19491947       
    19501948        def OnShowData(event):
     
    26072605            UpdateDData()
    26082606            G2plt.PlotStrain(self,data)
    2609             G2plt.PlotTexture(self,data,newPlot=True)
     2607            G2plt.PlotTexture(self,data,Start=True)
    26102608        elif text == 'Draw Options':
    26112609            self.dataFrame.SetMenuBar(self.dataFrame.BlankMenu)
Note: See TracChangeset for help on using the changeset viewer.