bug in pyplot.subplot if squeeze is False

I filed a bug report here [1]. If squeeze is false, ret never gets defined.

https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/pyplot.py#L794

Skipper

[1] https://sourceforge.net/tracker/?func=detail&aid=3309967&group_id=80706&atid=560720

PS. Should I ping the user or devel list with bug reports (or neither)?

I went ahead and patched this, so our tests would run and our docs
would build with matplotlib master. I just made it how it was in the
1.0.1 tag.

Skipper

···

On Tue, May 31, 2011 at 9:25 PM, Skipper Seabold <jsseabold@...149...> wrote:

I filed a bug report here [1]. If squeeze is false, ret never gets defined.

https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/pyplot.py#L794

Skipper

[1] https://sourceforge.net/tracker/?func=detail&aid=3309967&group_id=80706&atid=560720

PS. Should I ping the user or devel list with bug reports (or neither)?