Re: [Matplotlib-users] troubles with plot_date

2007-03-16 Thread John Hunter
On 3/16/07, Mark Bakker <[EMAIL PROTECTED]> wrote: > Hello - > > I am trying to plot two sets of data on one graph, using plot_date. > But I get an error. > It is easy to replicate, by calling the plot_date function twice. > Is this supposed to work? Fixed in svn -

[Matplotlib-users] troubles with plot_date

2007-03-16 Thread Mark Bakker
Hello - I am trying to plot two sets of data on one graph, using plot_date. But I get an error. It is easy to replicate, by calling the plot_date function twice. Is this supposed to work? from pylab import * plot_date(linspace(726468,726668,4),linspace(0,1,4)) plot_date(linspace(726468,726668,4)