Note
Go to the end to download the full example code.
A basic example¶
run this example as a notebook — or grab the .ipynb (also linked at the bottom of the page)
Here is a basic example where we load in some data (a list of arrays - samples by features) and plot all three arrays as points using the ‘.’ format string. Hypertools can handle all format strings supported by matplotlib.

/home/docs/checkouts/readthedocs.org/user_builds/hypertools/checkouts/latest/hypertools/plot/backend.py:1353: UserWarning: Failed to switch to any interactive backend (TkAgg, QtAgg, Qt5Agg, Qt4Agg, GTK4Agg, GTK3Agg, WXAgg). Falling back to 'Agg'.
warnings.warn(BACKEND_WARNING)
Total running time of the script: (0 minutes 1.799 seconds)