Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Merge "Scatter Symbol" and "Scatter Custom Symbol" examples#22276
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
1733ce1
tod345624
CompareRemove "Scatter plot with pie chart markers". This is only a variant ofpath-as-custom-symbol, which is already covered here. Also, all piemarkers in the scatter plot have the same data distribution, so thepie is more a style thing and cannot convey additionaldatapoint-specific information.Alsoclosesmatplotlib#22266 by using *sizes* instead of *s* and spelling out thecolor to make their meaning clearer.
d345624
tocbbebe2
CompareFWIW there's alsohttps://matplotlib.org/stable/gallery/lines_bars_and_markers/scatter_star_poly.html. Perhaps also link tohttps://matplotlib.org/stable/gallery/lines_bars_and_markers/marker_reference.html (which is more general and warrants being separate)? |
Yes, but I don‘t have the time to work on this for now. Therefore I prefer to merge as is. Feel free to amend or open an issue so that we don‘t forget. |
dixon-kun left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Ok now 👍
Uh oh!
There was an error while loading.Please reload this page.
Merge "Scatter Symbol" and "Scatter Custom Symbol" examples.
Remove "Scatter plot with pie chart markers". This is only a variant of
path-as-custom-symbol, which is already covered here. Also, all pie
markers in the scatter plot have the same data distribution, so the
pie is more a style thing and cannot convey additional
datapoint-specific information.
Alsocloses#22266 by usingsizes instead ofs and spelling out the
color to make their meaning clearer.