A 2D plot can be created by setting ndims=2.
# Code source: Andrew Heusser
# License: MIT
# import
import hypertools as hyp
# load data
data = hyp.load('weights_sample')
# plot
hyp.plot(data, '.', ndims=2)
Total running time of the script: ( 0 minutes 2.255 seconds)