From: John H. <jdh...@ac...> - 2004-09-07 02:12:34
|
Jorg> I have installed matplotlib and tried to set up an automatic syst= em to plot Jorg> quotes for the funds I own. The data is retrieved from the same s= ource Jorg> (Yahoo finance) and is formated in the same way. But for one of t= he plots, Jorg> I get two lines - and I cant figure out why. Jorg> The graphs can be seen at : http://neoplex.org/money.php Jorg> All seem fine, except the one in the top righthand corner. (Skage= n Kontiki).=20 Jorg> I could post some data and the code if it would help. I seem to b= e at a Jorg> complete loss as to why this is happening. My guess is either that you used the same subplot twice, used the plot(x1,y1,x2,y2) form of plot, or failed to call clf (clear figure) between issuing two different plot/savefig calls in the same script. Definitely, post some code. =20 Cheers, JDH =20 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idP47&alloc_id=10808&op=3Dclick _______________________________________________ Matplotlib-users mailing list Mat...@li... https://lists.sourceforge.net/lists/listinfo/matplotlib-users |