How To Graph Word Frequency Using matplotlib with Python 3
Practical guide to plot word frequency in Python with matplotlib: tokenization, counting with Counter, preparing rank-frequency lists, and creating log-log plots (Zipf). Includes complete word_freq.py script.