Ignore:
Timestamp:
Jul 4, 2017 9:37:13 AM (6 years ago)
Author:
toby
Message:

reorg for GUI separation pretty much complete (GSASIIIO.py still needs some thought)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branch/2frame/GSASIIplot.py

    r2895 r2900  
    2727Clip_on = GSASIIpath.GetConfigValue('Clip_on')
    2828GSASIIpath.SetVersionNumber("$Revision$")
    29 import GSASIIgrid as G2gd
     29import GSASIIdataGUI as G2gd
    3030import GSASIIimage as G2img
    3131import GSASIIpwd as G2pwd
     
    3737import GSASIIspc as G2spc
    3838import GSASIImath as G2mth
    39 import GSASIIctrls as G2G
     39import GSASIIctrlGUI as G2G
     40import GSASIIobj as G2obj
    4041import pytexture as ptx
    4142#from  OpenGL.GL import *
     
    39533954    xvar = np.outer(sig,np.ones_like(sig))
    39543955    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
    39563957    newAtomDict = Data.get('newAtomDict',{})
    39573958    G2frame.G2plotNB.status.DestroyChildren()
Note: See TracChangeset for help on using the changeset viewer.