Changeset 1244 for trunk/GSASIIpwdGUI.py
- Timestamp:
- Mar 11, 2014 4:49:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwdGUI.py
r1237 r1244 2449 2449 if data['Current'] == 'Size dist.': 2450 2450 G2sasd.SizeDistribution(Profile,ProfDict,Limits,Substances,Sample,data) 2451 G2plt.PlotPatterns(G2frame,plotType='SASD',newPlot=True) 2452 G2plt.PlotSASDSizeDist(G2frame) 2451 2453 2452 2454 def OnSelectFit(event): … … 2492 2494 partprm.SetValue('%.3f'%(val)) 2493 2495 2494 for item in data['Size']: print item,data['Size'][item]2495 2496 sizeSizer = wx.BoxSizer(wx.VERTICAL) 2496 2497 sizeSizer.Add(wx.StaticText(G2frame.dataDisplay,label=' Size distribution parameters: '),0,WACV) … … 2631 2632 backSizer.Add(backVal,0,WACV) 2632 2633 backVar = wx.CheckBox(G2frame.dataDisplay,label='Apply?') 2633 Indx[backVar.GetId()] = [ 'Back',1]2634 Indx[backVar.GetId()] = [data['Back'],1] 2634 2635 backVar.SetValue(data['Back'][1]) 2635 2636 backVar.Bind(wx.EVT_CHECKBOX, OnCheckBox)
Note: See TracChangeset
for help on using the changeset viewer.