Changeset 327 for trunk/GSASIIphsGUI.py
- Timestamp:
- Jul 1, 2011 12:10:28 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r326 r327 1921 1921 def OnPfType(event): 1922 1922 textureData['PlotType'] = pfType.GetValue() 1923 print 'before'1924 1923 UpdateDData() 1925 print 'after' 1926 G2plt.PlotTexture(self,data,newPlot=True) 1924 G2plt.PlotTexture(self,data) 1927 1925 1928 1926 def OnPFValue(event): … … 1946 1944 Obj.SetValue('%3.1f,%3.1f,%3.1f'%(xyz[0],xyz[1],xyz[2])) 1947 1945 textureData['PFxyz'] = xyz 1948 G2plt.PlotTexture(self,data ,newPlot=True)1946 G2plt.PlotTexture(self,data) 1949 1947 1950 1948 def OnShowData(event): … … 2607 2605 UpdateDData() 2608 2606 G2plt.PlotStrain(self,data) 2609 G2plt.PlotTexture(self,data, newPlot=True)2607 G2plt.PlotTexture(self,data,Start=True) 2610 2608 elif text == 'Draw Options': 2611 2609 self.dataFrame.SetMenuBar(self.dataFrame.BlankMenu)
Note: See TracChangeset
for help on using the changeset viewer.