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

Nullify edgecolor if facecolor is null, preserve input color otherwise #3730

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eloyvallinaes
Copy link

In connection with #3728 and #3601 added logic to relational._ScatterPlotter.plot such that:

  • Marker with null facecolor also have null edgecolor.
  • Value supplied through parameter edgecolor, including default white, is retained for all other markers.

@mwaskom
Copy link
Owner

mwaskom commented Jul 15, 2024

Hm not sure this is the right fix; users may set a null facecolor to show line-art markers on purpose.

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

Successfully merging this pull request may close these issues.

2 participants