Plot all contents in a two dimension list in a loop?

huisky huisky at gmx.com
Mon Dec 12 02:22:00 EST 2011


Hi,

say I have two lists a and b, which are both in two dimensions. I
wanna to plot all curves by using pylab.plot(a[i],b[i]) in a loop for
the range of the length(a).
I got quite a lot of figures, but only the first one with the plot i
want. how to eliminate those blank figures poping out?

Rgds
Huisky



More information about the Python-list mailing list