Date versus time interval plotting in Matplotlib

Posted by wb on Stack Overflow See other posts from Stack Overflow or by wb
Published on 2010-02-05T14:02:32Z Indexed on 2010/03/15 15:09 UTC
Read the original article Hit count: 200

Filed under:
|

The pyplot plot_date function expects pairs of dates and values to be plotted with a certain line style. Is there a recommended approach to plot multiple values or interval data against date/time values?

© Stack Overflow or respective owner

Related posts about python

Related posts about matplotlib