Ignore:
Timestamp:
Jul 31, 2018 2:57:22 PM (5 years ago)
Author:
vondreele
Message:

fix In neutron scattering length info
add MAXMAGN.py
minor changes to testXNFF & GSASIItestplot.py
work on transform some more

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIItestplot.py

    r3423 r3521  
    6262            if xpos:                                        #avoid out of frame mouse position
    6363                ypos = event.ydata
    64                 self.status.SetStatusText('X= %.2f Y= %.2f'%(xpos,ypos))
     64                self.status.SetStatusText('X= %.3f Y= %.3f'%(xpos,ypos))
    6565               
    6666        page = Plot(self.nb)
Note: See TracChangeset for help on using the changeset viewer.