In [ ]:
%matplotlib inline
In [ ]:
# Code source: Andrew Heusser
# License: MIT
# import
import hypertools as hyp
# load example data
geo = hyp.load('weights_avg')
# plot
geo.plot(animate=True, legend=['first', 'second'])