A 2D PlotΒΆ

A 2D plot can be created by setting ndims=2.

../_images/sphx_glr_plot_2D_001.png
# Code source: Andrew Heusser
# License: MIT

# import
import hypertools as hyp

# load data
data = hyp.tools.load('weights_sample')

# plot
hyp.plot(data, '.', ndims=2)

Total running time of the script: ( 0 minutes 1.225 seconds)

Generated by Sphinx-Gallery