Re: [Matplotlib-users] Custom coordinates in navigation window

2009-06-09 Thread John Hunter
On Tue, Jun 9, 2009 at 4:44 AM, Nan Dun wrote: > Hello, > > Currently, in navigation window, the coordinates of cursor show like > x = "%.1f", y="%.1f" > > Is it possible to custom these labels such that they show like > > my_x="%.3f", my_y="%.6f" def my_x(x): return '%.3f'%x def my_y(y): return

[Matplotlib-users] Custom coordinates in navigation window

2009-06-09 Thread Nan Dun
Hello, Currently, in navigation window, the coordinates of cursor show like x = "%.1f", y="%.1f" Is it possible to custom these labels such that they show like my_x="%.3f", my_y="%.6f" Thank you. Nan -- Crystal Report