ContextLab / hypertools

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

colorbar option #100

Open andrewheusser opened 7 years ago

andrewheusser commented 7 years ago

currently, there is no way to plot a colorbar.

hyp.plot(data, colorbar=True)?

jeremymanning commented 7 years ago

:+1: this would be super useful...but, how can we know the colorbar axes? e.g. if the colors reflect different groups, how would we assign numbers to those groups? we'd need some sort of groupvals variable to help us assign them colors. or are you thinking we'd just assume the groups have values 1:len(groups)?