example_package.plotting ======================== .. py:module:: example_package.plotting Functions --------- .. autoapisummary:: example_package.plotting.plot_words Module Contents --------------- .. py:function:: plot_words(word_counts: collections.Counter, top_n=10) Plot the top N words from the word counts.