ContextLab / hypertools

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

In `plot`, rename `group` keyword argument to `hue` #178

Closed jeremymanning closed 6 years ago

jeremymanning commented 6 years ago

We could keep legacy support for the group keyword for a few versions (throwing a warning if group is used). But I think hue more accurately reflects what that keyword actually controls-- i.e. the color used to plot each observation.