ContextLab / hypertools

A Python toolbox for gaining geometric insights into high-dimensional data
http://hypertools.readthedocs.io/en/latest/
MIT License
1.82k stars 160 forks source link

arranging hypertools plots into a grid of subplots #184

Closed mhlr closed 6 years ago

mhlr commented 6 years ago

How can I arrange multiple hypertools plots into a grid of subplots?

andrewheusser commented 6 years ago

Hi @mhlr - we are adding an ax argument to the plot function in the next release coming out soon, which should make this easy.

mhlr commented 6 years ago

@andrewheusser Thanks, that is great! By soon do you mean days, weeks, or months?

andrewheusser commented 6 years ago

@mhlr Most of the code for the release is almost there, so it should be functional if you don't mind installing from the master branch. I'll have that done within a week, and I'll let you know when the ax param has been added, unless you'd like to take a stab at it. The "official" 0.5.0 release (e.g. push to pip) will probably happen sometime in Feb.

andrewheusser commented 6 years ago

Hi @mhlr - this is now implemented on the text-features branch. i'll be working to get the 0.5.0 release out next week if you want to wait until it is officially supported!