facebookresearch / hiplot

HiPlot makes understanding high dimensional data easy
https://facebookresearch.github.io/hiplot/
MIT License
2.74k stars 138 forks source link

colorby unused? #284

Open Kaixhin opened 10 months ago

Kaixhin commented 10 months ago

According to the docs, hiplot.Experiment has a colorby variable. It seems surprising that it can't be set in the init function though?

I searched the codebase and found it could just be set manually, so I tried this in my own code, but when I opened the plot (I'm using run_server), the colours seem to be based on a completely different column to the one I specified.