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
-
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)