Changeset 2198
- Timestamp:
- Apr 7, 2016 9:28:08 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIgrid.py
r2197 r2198 3574 3574 if kind in ['PWDR','SASD']: 3575 3575 NewPlot = True 3576 # if 'xylim' in dir(G2frame): 3577 # NewPlot = False 3578 # 3576 if 'xylim' in dir(G2frame): 3577 NewPlot = False 3579 3578 G2plt.PlotPatterns(G2frame,plotType=kind,newPlot=NewPlot) 3580 3579 elif kind == 'HKLF': -
trunk/GSASIIplot.py
r2197 r2198 3465 3465 title = ' for\n'+Data['title'] 3466 3466 newAtomDict = Data.get('newAtomDict',{}) 3467 G2frame.G2plotNB.Delete('Covariance')3467 # G2frame.G2plotNB.Delete('Covariance') 3468 3468 G2frame.G2plotNB.status.DestroyChildren() 3469 3469 … … 3503 3503 Page.canvas.SetToolTipString(msg) 3504 3504 G2frame.G2plotNB.status.SetFields(['',msg]) 3505 #for some reason this needs to be here - otherwise in later wx's width gets changed 3506 G2frame.G2plotNB.status.SetStatusWidths([150,-1]) 3505 3507 3506 3508 try:
Note: See TracChangeset
for help on using the changeset viewer.