In [ ]:
%matplotlib inline
In [ ]:
# Code source: Andrew Heusser
# License: MIT
# import hypertools
import hypertools as hyp
# load the geo
geo = hyp.load('weights_sample')
# plot
geo.plot(fmt='.', animate='spin')