Changeset 4992 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Jul 8, 2021 8:41:49 AM (21 months ago)
Author:
vondreele
Message:

some incomm. mag. str changes
fix BondRadii? issue in structure drawing
expand limits on frac to be -1 to 1 (not 0 to 1) & Uiso to be -.25 to 25 (not 0 to .25)
remove a layerData.GetSizer?().Clear(True) - caused crash & now obsolete
fix ballScale bug in GUI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r4986 r4992  
    95809580    def Draw(caller='',Fade=[],NPkey=False):
    95819581        vdWRadii = generalData['vdWRadii']
     9582        BondRadii = generalData['BondRadii']
    95829583        mapData = generalData['Map']
    95839584        D4mapData = generalData.get('4DmapData',{})
Note: See TracChangeset for help on using the changeset viewer.