Re: [Matplotlib-users] How to change coordinate system origin

2007-12-04 Thread Jaonary Rabarisoa
In fact, that's what I wanted to do : put the origine of my axis on le upper left corner of my axis with the values of y increase from top to bottom. And the tip you gave (set_ylim) do it kindly. Thank you again for your help. Jaonary On Dec 4, 2007 4:22 AM, John Hunter <[EMAIL PROTECTED]> wrote

Re: [Matplotlib-users] How to change coordinate system origin

2007-12-03 Thread John Hunter
On Dec 3, 2007 7:50 AM, Jaonary Rabarisoa <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm relatively new to matplotlib and what I'll ask to you seems to be simple > but I just can't figure out how to do this. I'd like to change the origin of > my coordinate system to the upper left of my axis when I

[Matplotlib-users] How to change coordinate system origin

2007-12-03 Thread Jaonary Rabarisoa
Hi all, I'm relatively new to matplotlib and what I'll ask to you seems to be simple but I just can't figure out how to do this. I'd like to change the origin of my coordinate system to the upper left of my axis when I plot my figures. In matlab I use axis('ij') but in matplotlib I couldn't find