lisc.plts.words.plot_wordcloud

lisc.plts.words.plot_wordcloud(freq_dist, n_words, ax=None, **plt_kwargs)[source]

Plot a wordcloud.

Parameters
freq_distcollections.Counter

Frequency distribution of words to plot.

n_wordsint

Number of top words to include in the wordcloud.

axmatplotlib.Axes, optional

Figure axes upon which to plot.

plt_kwargs

Additional keyword arguments for the plot.

Examples

See the create_freq_dist() method of the ArticlesAll object.

Examples using lisc.plts.words.plot_wordcloud

Tutorial 02: Words Analysis

Tutorial 02: Words Analysis