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 plot my figures.
> In matlab I use axis('ij') but in matplotlib I couldn't find something
> similar. How will I do this ?

I am not 100% sure what you are asking and I don't have a matlab
install handy to test.  If you want to plot a decreasing scale on the
y-axis, that is easy, just invert the min and max args to the ylim

ax.set_ylim(ymax, ymin)

If you want to do something more sophisticated, please describe in
detail and then I may have to tell you it is not currently supported
:-(

JDH

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to