Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Real-valued hue #514

Closed
jnothman opened this issue Apr 14, 2015 · 3 comments
Closed

Real-valued hue #514

jnothman opened this issue Apr 14, 2015 · 3 comments

Comments

@jnothman
Copy link
Contributor

It would be nice to perform, for example, pairplot with a hue column that has real values (as in a heatmap) with a heatmap-style legend shown. The code currently performs operations inappropriate for real values, such as np.unique and displaying a discrete legend.

@mwaskom
Copy link
Owner

mwaskom commented Apr 14, 2015

With pairplot you should be able to pass a vector of scalar values to the c parameter in the .map method call.

@mwaskom
Copy link
Owner

mwaskom commented Apr 14, 2015

Sorry just to clarify I mean use PairGrid directly. See here for an example.

@mwaskom mwaskom closed this as completed Apr 14, 2015
@jnothman
Copy link
Contributor Author

Okay, thanks. Still, I don't see why this should not be handled by pairplot, especially since passing such a column to hue results in unnecessarily slow processing to produce undesirable output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants