Here is a basic example where we load in some data (a list of arrays - samples
by features), take the first two arrays in the list and plot them as points
with the 'o'. Hypertools can handle all format strings supported by matplotlib.
In [ ]:
# Code source: Andrew Heusser# License: MIT# importimporthypertoolsashyp# load example datageo=hyp.load('weights_sample')# plotgeo.plot(fmt='.')