>>>>> "Nicolas" == Nicolas Grilly <[EMAIL PROTECTED]> writes:

    Nicolas> I guess there is a very little error in documentation of
    Nicolas> pylab.subplots_adjust.

    Nicolas> The order of the arguments in the current doc is:
    Nicolas> subplots_adjust(left=None, right=None, bottom=None,
    Nicolas> top=None, wspace=0.2, hspace=0.2)

    Nicolas> The correct order of the arguments seems to be:
    Nicolas> subplots_adjust(left=None, bottom=None, right=None,
    Nicolas> top=None, wspace=0.2, hspace=0.2)

    Nicolas> Is it correct?

Yep that's right, thanks.  I always use the kwarg version and hadn't
noticed the docstring bug.

JDH

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to