Creating a wordcloud will give you this warning (wordcloud version: 1.9.2)
.../wordcloud/wordcloud.py:106: MatplotlibDeprecationWarning: The get_cmap function was deprecated in Matplotlib 3.7 and will be removed two minor releases later. Use ``matplotlib.colormaps[name]`` or ``matplotlib.colormaps.get_cmap(obj)`` instead.
self.colormap = plt.cm.get_cmap(colormap)
Description
Creating a wordcloud will give you this warning (wordcloud version:
1.9.2
)Steps/Code to Reproduce
Code snippet that generates that warning: