Changeset 4826 for trunk/GSASIIpwdGUI.py


Ignore:
Timestamp:
Feb 23, 2021 3:34:12 PM (2 years ago)
Author:
vondreele
Message:

fix PDF GUI stuff transmission as percent, plot limits for g(r)
fix problem with 'PKS' unit cell indexing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwdGUI.py

    r4819 r4826  
    71187118            typeHint=float,OnLeave=AfterChange)
    71197119        geoBox.Add(pack,0)
    7120         geoBox.Add(wx.StaticText(G2frame.dataWindow,label=' Sample transmission: %.3f %%'%(Trans)),0,WACV)   
     7120        geoBox.Add(wx.StaticText(G2frame.dataWindow,label=' Sample transmission: %.3f %%'%(100.*Trans)),0,WACV)   
    71217121        sampleSizer.Add(geoBox,0)
    71227122        return sampleSizer
Note: See TracChangeset for help on using the changeset viewer.