example_package.plotting
¶
Functions
¶
plot_words
(word_counts[, top_n])
Plot the top N words from the word counts.
Module Contents
¶
example_package.plotting.
plot_words
(
word_counts
:
collections.Counter
,
top_n
=
10
)
[source]
¶
Plot the top N words from the word counts.
example_package
Navigation
Create Your Own Package
API Reference
Related Topics
Documentation overview
API Reference
example_package
Previous:
example_package.counts
Next:
example_package.version