Plotting State of the Union Addresses from 1989-2017ΒΆ

To plot text, simply pass the text data to the plot function. Here, we are ploting each SOTU address fit to a topic model, and then reduced to visualize. By default, hypertools transforms the text data using a model fit to a selected set of wikipedia pages.

../_images/sphx_glr_plot_sotus_001.png
# Code source: Andrew Heusser
# License: MIT

# load hypertools
import hypertools as hyp

# load the data
geo = hyp.load('sotus')

# plot it
geo.plot()

Total running time of the script: ( 0 minutes 0.193 seconds)

Gallery generated by Sphinx-Gallery