AttributeError: module 'matplotlib' has no attribute 'show' site:stackoverflow.com code example
Example: AttributeError: module 'librosa' has no attribute 'display' site:stackoverflow.com
# just import the display
import librosa.display
plt.figure(figsize=(12, 4))
librosa.display.waveplot(data, sr=sampling_rate)