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

Skip to content

Add xaxis and yaxis attributes to Axes docs #29075

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
Feb 22, 2025

Conversation

timhoffm
Copy link
Member

@timhoffm timhoffm commented Nov 5, 2024

No description provided.

@github-actions github-actions bot added topic: axes Documentation: API files in lib/ and doc/api labels Nov 5, 2024
@timhoffm timhoffm marked this pull request as draft November 5, 2024 14:44
@timhoffm
Copy link
Member Author

timhoffm commented Nov 5, 2024

Still have to figure out how to properly document these. Nether type annotations nor doc-comments (#:) work. May be due to the fact that they are instantiated in a separate function and sphinx may not pick them up.

@timhoffm timhoffm marked this pull request as ready for review February 17, 2025 01:59
@timhoffm
Copy link
Member Author

Ping @ksunden can this go into 3.10.1 as well?

@ksunden ksunden modified the milestones: v3.10.1, v3.10.2 Feb 21, 2025
@QuLogic QuLogic merged commit 9643551 into matplotlib:main Feb 22, 2025
40 of 41 checks passed
Copy link

lumberbot-app bot commented Feb 22, 2025

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 964355130c5389926641a03154f56f8e081fbfd3
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
git commit -am 'Backport PR #29075: Add xaxis and yaxis attributes to Axes docs'
  1. Push to a named branch:
git push YOURFORK v3.10.x:auto-backport-of-pr-29075-on-v3.10.x
  1. Create a PR against branch v3.10.x, I would have named this PR:

"Backport PR #29075 on branch v3.10.x (Add xaxis and yaxis attributes to Axes docs)"

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.

timhoffm pushed a commit to timhoffm/matplotlib that referenced this pull request Feb 22, 2025
timhoffm pushed a commit to timhoffm/matplotlib that referenced this pull request Feb 22, 2025
@timhoffm timhoffm deleted the doc-xaxis branch February 22, 2025 09:05
timhoffm added a commit that referenced this pull request Feb 22, 2025
…v3.10.x

Backport PR #29075 on branch v3.10.x (Add xaxis and yaxis attributes to Axes docs)
@QuLogic QuLogic modified the milestones: v3.10.2, v3.10.1 Feb 24, 2025
@ksunden ksunden mentioned this pull request Mar 3, 2025
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation: API files in lib/ and doc/api topic: axes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants