Re: [matplotlib-devel] A very little error in documentation of pylab.subplots_adjust

2006-11-10 Thread John Hunter
> "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,

[matplotlib-devel] A very little error in documentation of pylab.subplots_adjust

2006-11-10 Thread Nicolas Grilly
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, bot