Changeset 1936 for trunk/GSASIIimgGUI.py
- Timestamp:
- Jul 20, 2015 10:17:44 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIimgGUI.py
r1843 r1936 672 672 binChoice = ['2-theta','q'] 673 673 elif 'SASD' in data['type']: 674 binChoice = [' q','log(q)']674 binChoice = ['2-theta','q','log(q)'] 675 675 dataSizer.Add(wx.StaticText(parent=G2frame.dataDisplay,label=' Bin style: Constant step bins in'),0,WACV) 676 676 binSel = wx.ComboBox(parent=G2frame.dataDisplay,value=data['binType'],choices=binChoice,
Note: See TracChangeset
for help on using the changeset viewer.