Open kdorichev opened 4 years ago
The fix is one line:
if ax is None: _,ax = plt.subplots(1, 1, figsize=figsize)
The docs are included for update for some other reason.
Check out this pull request on
Review Jupyter notebook visual diffs & provide feedback on notebooks.
Powered by ReviewNB
The fix is one line:
The docs are included for update for some other reason.