Changeset 3521 for trunk/GSASIItestplot.py
- Timestamp:
- Jul 31, 2018 2:57:22 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIItestplot.py
r3423 r3521 62 62 if xpos: #avoid out of frame mouse position 63 63 ypos = event.ydata 64 self.status.SetStatusText('X= %. 2f Y= %.2f'%(xpos,ypos))64 self.status.SetStatusText('X= %.3f Y= %.3f'%(xpos,ypos)) 65 65 66 66 page = Plot(self.nb)
Note: See TracChangeset
for help on using the changeset viewer.