fastaudio / fastai2_audio

[DEPRECATED] Audio Module for fastai v2
Apache License 2.0
65 stars 15 forks source link

Fix for Issue#43 -- figsize is taken into account in show_spectrogram() #44

Open kdorichev opened 4 years ago

kdorichev commented 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.

review-notebook-app[bot] commented 4 years ago

Check out this pull request on  ReviewNB

Review Jupyter notebook visual diffs & provide feedback on notebooks.


Powered by ReviewNB