two plots when I only want one

Hi

I have installed matplotlib and tried to set up an automatic system to plot
quotes for the funds I own. The data is retrieved from the same source
(Yahoo finance) and is formated in the same way. But for one of the plots,
I get two lines - and I cant figure out why.

The graphs can be seen at : http://neoplex.org/money.php

All seem fine, except the one in the top righthand corner. (Skagen Kontiki).

I could post some data and the code if it would help. I seem to be at a
complete loss as to why this is happening.

regards
Jorg Rødsjø

···

--
Jorg E. Rødsjø |
"Be kind to your knees. |
You'll miss them when they are gone." |

Sorry to ask something too obvious but: what happens if you
write the data to file? What do you see? It seems likely
that you are asking Matplotlib to plot two series, even if
you don't think so.

Consider posting a link to the code in any case, since
it looks like a fun application.

fwiw,
Alan

···

On Mon, 6 Sep 2004, Jorg Rødsjø apparently wrote:

But for one of the plots,
I get two lines - and I cant figure out why.