-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Fix tuple markers #16770
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
Fix tuple markers #16770
Conversation
Oh, that was supposed to be WIP because the other two tests weren't written, but oh well. |
We don't really have an equivalent for it, so just do a smoke test.
Not sure what to do about star markers, so I just did a smoke test. |
How did you find this out of curiosity? |
I was running |
Should L333 turn into an |
That is verified in matplotlib/lib/matplotlib/markers.py Lines 279 to 281 in e9da814
|
fair enough, still seems like a bit of a foot-cannon to leave in the code base. |
…770-on-v3.2.x Backport PR #16770 on branch v3.2.x (Fix tuple markers)
PR Summary
I was able to write a test for polygon tuple markers, but not for star or asterisk yet. The star tuple is not the same as
*
and asterisk, while similar to+
orx
, seem to have a different weight.This broke in 3.2.0 in #14244.
PR Checklist