Changeset 1250 for trunk/GSASIIplot.py
- Timestamp:
- Mar 14, 2014 12:36:02 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r1248 r1250 1414 1414 Page.canvas.SetCursor(wx.CROSS_CURSOR) 1415 1415 try: 1416 G2frame.G2plotNB.status.SetStatusText('diameter =%9.3 g f(D) =%9.3f'%(ypos,xpos),1)1416 G2frame.G2plotNB.status.SetStatusText('diameter =%9.3f f(D) =%9.3g'%(xpos,ypos),1) 1417 1417 except TypeError: 1418 1418 G2frame.G2plotNB.status.SetStatusText('Select Strain pattern first',1)
Note: See TracChangeset
for help on using the changeset viewer.