On Mon, Mar 4, 2013 at 11:23 AM, William Furnass <w...@thearete.co.uk>wrote:

> Several backends will show you the x and y float values that
> correspond to the current cursor position in a plot() but are there
> backends that show the _datetime_ corresponding to the x position if
> the plotted data is a time series (e.g. a pandas.Series object with a
> DatetimeIndex)?
>
> Regards,
>
> Will
>

Will,

You can use the `format_coord` method of the axes objects to do just this.
-paul
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to