[SciPy-Dev] OT: bug in matplotlib for py32

josef.pktd at gmail.com josef.pktd at gmail.com
Sun Apr 10 08:38:50 EDT 2011


I'm going through py23 conversion for statsmodels, using Goehlke's matplotlib

we have a function that uses squeeze=False, and get an exception

in pyplot.py

def subplots(nrows=1, ncols=1, sharex=False, sharey=False, squeeze=True,
                subplot_kw=None, **fig_kw):

doesn't have a ret defined,
no return value

(Sorry for OT, I'm not setup for reporting matplotlib bugs)

Josef



More information about the SciPy-Dev mailing list