Re: [Matplotlib-users] ylim does not work
CliftonH wrote: > > Hello, > I'm new to this forum, so please forgive me if I'm fogetting any > information. > I use python 2.5 and matplotlib version 0.91.2.0005. > I'm plotting data that I get out of a database, which works fine. The only > thing that does
[Matplotlib-users] ylim does not work
ename) cursor.close() conn.close() show() ##### As you see, I even call the xlim()- and ylim()-functions twice, once in the loop and the second time outside the loop. I tried both versions,