On Tue, Jun 10, 2008 at 10:32 AM, Johan Mazel <[EMAIL PROTECTED]> wrote:
> This is exactly what I wanted.
> Thanks a lot.
> I just wanted to know wether it was possible to add a little margin for the
> y axes because I can't see the highest point of the curve since it's on the
> edge of the subplot.
> Anyway, thanks a lot for the good work.

Yes, just set the xlim or ylim as desired

xlim(-5,5)
ylim(-6,10)

We should consider fix the autoscaling so that tthe default view lim
are always open intervals that contain the data.

JDH

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to