Skip to content

Fix handling of figsize=None in matplotlib 3.4.0

Duncan Macleod requested to merge github/fork/duncanmmacleod/matplotlib-3.4 into master

This PR fixes an incompatibility with the release candidate for matplotlib-3.4.0 in which it seems that figsize=None is actively passed a lot more to figure constructors. Luckily, it's an almost trivial fix.

Merge request reports