Address issues with new categorical scatterplots #2845
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #2835
catplot(..., kind="swarm")
would only have points in the final axes swarmed.catplot()
with either scatterplot option was using the color cycle for each categorical level.palette=
is passed withouthue=
in the refactored categorical scatterplots. I thought I had done this during the refactor, but apparently not. While we are changing the default behavior, it seems reasonable to honor this explicit ask for multiple colors with a warning / smoother deprecation.