Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Simplify RendererAgg::draw_markers buffers #30191

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

Merged
merged 1 commit into from
Jun 20, 2025

Conversation

QuLogic
Copy link
Member

@QuLogic QuLogic commented Jun 20, 2025

PR summary

Instead of a fixed-size buffer, a dynamic buffer, and all the tracking for them, just use a standard C++ container, which will clean up for itself automatically.

PR checklist

Instead of a fixed-size buffer, a dynamic buffer, and all the tracking
for them, just use a standard C++ container, which will clean up for
itself automatically.
Copy link
Contributor

@scottshambaugh scottshambaugh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI failures unrelated

@scottshambaugh scottshambaugh merged commit bebb263 into matplotlib:main Jun 20, 2025
38 of 40 checks passed
@QuLogic QuLogic deleted the simplify-marker branch June 20, 2025 17:36
@QuLogic QuLogic added this to the v3.11.0 milestone Jun 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants