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

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

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

Is it correct?

Thanks,

Nicolas

--
Garden - Conseil en Marketing & Datamining
Nicolas Grilly
Tel +33 1 45 72 48 78
Mob +33 6 03 00 25 34
www.garden-paris.com
-------------------------------------------------------------------------
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