Eric Firing writes:
>
> Solution: use
> x = arange(11)
> y = arange(11)
>
> Eric
Thanks Eric,
That has solved my problem!
Best, Juls
--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborat
Juls Night wrote:
> I'm new to matplotlib and am really enjoying using it. I'm confused by
> something
> though:
[...]
> The following code produces an error though (only the length of the vectors
> have
> been changed):
>
> from pylab import *
>
> x = range(11)
> y = range(11)
>
> m,b = polyf