You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar seaborn issue here, which I now see was you @scls19fr :)
I suspect that this would be OK right? Can we think of anything this would break? How many discrete colors can we handle before we should switch back to a continuous scale?
Also +1 for handling categoricals, we can do that here or an other issue. The only slight wrinkle is the appropriate colormap for ordered vs. unordered categoricals. We could use different defaults for either, but maybe that's up to the user to choose.
For ordered categoricals (and integers), I think we should have a discrete colorbar (up to a given number of possible values) and a continuous colorbar beyond this value.
For unordered categoricals, a legend like
could be a better idea
Expected Output
A scatter plot with a colobar with a discrete colormap
Additional information
Converting
.target
column to a category doesn't fix the problem.Maybe I should open an other issue about it.
output of
pd.show_versions()
Pinging @sinhrks
See also http://stanford.edu/~mwaskom/software/seaborn/examples/scatterplot_matrix.html
The text was updated successfully, but these errors were encountered: