Skip to content

DOC: Clarify Artist.set() behavior#31057

Merged
rcomer merged 1 commit intomatplotlib:mainfrom
timhoffm:doc-set
Feb 2, 2026
Merged

DOC: Clarify Artist.set() behavior#31057
rcomer merged 1 commit intomatplotlib:mainfrom
timhoffm:doc-set

Conversation

@timhoffm
Copy link
Copy Markdown
Member

@timhoffm timhoffm commented Feb 2, 2026

Document what we have learned from #30957 and #30979.

@rcomer rcomer added this to the v3.10.9 milestone Feb 2, 2026
@rcomer
Copy link
Copy Markdown
Member

rcomer commented Feb 2, 2026

I am never really sure if I should wait for CI before merging this type of change.

@rcomer rcomer merged commit 42e142d into matplotlib:main Feb 2, 2026
38 of 39 checks passed
@lumberbot-app
Copy link
Copy Markdown

lumberbot-app Bot commented Feb 2, 2026

Owee, I'm MrMeeseeks, Look at me.

There seem to be a conflict, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
git checkout v3.10.x
git pull
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
git cherry-pick -x -m1 42e142d66d144b52008dd8d63b80bec24923f3ad
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
git commit -am 'Backport PR #31057: DOC: Clarify Artist.set() behavior'
  1. Push to a named branch:
git push YOURFORK v3.10.x:auto-backport-of-pr-31057-on-v3.10.x
  1. Create a PR against branch v3.10.x, I would have named this PR:

"Backport PR #31057 on branch v3.10.x (DOC: Clarify Artist.set() behavior)"

And apply the correct labels and milestones.

Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon!

Remember to remove the Still Needs Manual Backport label once the PR gets merged.

If these instructions are inaccurate, feel free to suggest an improvement.

@rcomer
Copy link
Copy Markdown
Member

rcomer commented Feb 2, 2026

Since v3.11 is imminent, I think we can live without the backport.

@timhoffm timhoffm deleted the doc-set branch February 2, 2026 12:51
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