Changeset 2900 for branch/2frame/GSASIIplot.py
- Timestamp:
- Jul 4, 2017 9:37:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branch/2frame/GSASIIplot.py
r2895 r2900 27 27 Clip_on = GSASIIpath.GetConfigValue('Clip_on') 28 28 GSASIIpath.SetVersionNumber("$Revision$") 29 import GSASII gridas G2gd29 import GSASIIdataGUI as G2gd 30 30 import GSASIIimage as G2img 31 31 import GSASIIpwd as G2pwd … … 37 37 import GSASIIspc as G2spc 38 38 import GSASIImath as G2mth 39 import GSASIIctrls as G2G 39 import GSASIIctrlGUI as G2G 40 import GSASIIobj as G2obj 40 41 import pytexture as ptx 41 42 #from OpenGL.GL import * … … 3953 3954 xvar = np.outer(sig,np.ones_like(sig)) 3954 3955 covArray = np.divide(np.divide(covMatrix,xvar),xvar.T) 3955 title = ' for\n'+Data['title']3956 title = G2obj.StripUnicode(' for\n'+Data['title'],'') # matplotlib 1.x does not like unicode 3956 3957 newAtomDict = Data.get('newAtomDict',{}) 3957 3958 G2frame.G2plotNB.status.DestroyChildren()
Note: See TracChangeset
for help on using the changeset viewer.