In [ ]:
%matplotlib inline
In [ ]:
# Code source: Andrew Heusser
# License: MIT
# import
import hypertools as hyp
import numpy as np
# load example data
data, labels = hyp.tools.load('weights_sample')
# plot
hyp.plot(data, 'o', save_path='test-image.pdf')