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
geo = hyp.load('weights_sample')

# plot
geo.plot(fmt='.', ndims=2)

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

Gallery generated by Sphinx-Gallery