[SciPy-dev] Extra marker in X-Y plot

Magnus Lyckå magnus at thinkware.se
Fri Nov 9 12:12:30 EST 2001


At 10:12 2001-11-09 -0500, you wrote:
>plt.plot((1,5,10),'b-',(1,4,8),'g-',(1.5,1.5),(0,10),'r-')

Silly me, thanks. I completely missed the following
format in the plotting tutorial:
plot(x1, format_string, x2, y2, x3, y3, format_string3, 
)
(But where did y1 go?)

I'll claim it was because the example used the same x values
for both curves, so when I looked at the image, I draw the
conclusion that all descriptions in the tutorial used only
one x-values for all curves in a plot...

I should read better.

Thanks again,

Magnus


--
Magnus Lyckå, Thinkware AB
Älvans väg 99, SE-907 50 UMEÅ
tel 070-582 80 65, fax: 070-612 80 65
http://www.thinkware.se/  mailto:magnus at thinkware.se




More information about the SciPy-Dev mailing list