Skip to content

Simplify RendererAgg::draw_markers buffers#30191

Merged
scottshambaugh merged 1 commit into
matplotlib:mainfrom
QuLogic:simplify-marker
Jun 20, 2025
Merged

Simplify RendererAgg::draw_markers buffers#30191
scottshambaugh merged 1 commit into
matplotlib:mainfrom
QuLogic:simplify-marker

Conversation

@QuLogic

@QuLogic QuLogic commented Jun 20, 2025

Copy link
Copy Markdown
Member

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.

@scottshambaugh scottshambaugh left a comment

Copy link
Copy Markdown
Contributor

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