Hypertools seems like a great toolset for analyzing some high dimensional data quickly.
In particular, you can take some data, throw it in hypertools.plot(...) and get something nice looking out.
However, I'm having trouble reproducing the groups…
I would like to arrange a number oh hypertools plots into a grid of matplotlib sublots. Normally hypertools.plot renders immediately, but that can be stopped by passing show=False. It also returns ahypertools.DataGeometry` object. How can I get it…