Changeset 3949 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
May 3, 2019 9:21:07 AM (4 years ago)
Author:
vondreele
Message:

suppress green dot density plotting for 4D maps - they aren't correct because of tau gradient issue. No "fix" possible.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r3933 r3949  
    62146214                slideSizer.Add(magMult,1,wx.EXPAND|wx.RIGHT)
    62156215           
    6216             if generalData['Map']['rhoMax']:
     6216            if generalData['Map']['rhoMax'] and not generalData.get('4DmapData',{}):
    62176217                contourLevelTxt = wx.StaticText(drawOptions,-1,' Rho maximum: '+'%.2f'%(drawingData['contourLevel']*generalData['Map']['rhoMax']))
    62186218                slideSizer.Add(contourLevelTxt,0,WACV)
Note: See TracChangeset for help on using the changeset viewer.