Re: [Matplotlib-users] ylim does not work

2008-08-25 Thread John Hunter
On Fri, Aug 15, 2008 at 10:39 AM, CliftonH <[EMAIL PROTECTED]> wrote: > I'm plotting data that I get out of a database, which works fine. The only > thing that doesn't work, although it works with any other simple plot, is > the xlim()- and ylim()-function. > ylim(-9,13) > xlim(-2,25) > axhline(c

Re: [Matplotlib-users] ylim does not work

2008-08-25 Thread CliftonH
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 doesn't work, although it works with any

[Matplotlib-users] ylim does not work

2008-08-25 Thread CliftonH
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 doesn't work, although it works with any other simple plot, is the xlim()-