Fix handling of figsize=None in matplotlib 3.4.0
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.