-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
DOC: Document default cap styles #22053
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
Conversation
Hm, I don't quite understand why test coverage failed (coverage decreased by 0.06 %) when I delete one line of code |
5325e27
to
aa37c32
Compare
Hm, CircleCI failed with
I guess this is unrelated to the PR. |
The error is fixed in #22190. Please rebase on main so that we are sure there are no other issues in the doc build. |
- remove '(default)' from cap style demo as this is only true for Line2D and the default rcParameters - document default cap styles for Line2D and Patch in their cap style setters - document default cap style for GraphicsContextBase in the same way as it's already done for joinstyle
aa37c32
to
b24acb7
Compare
Sorry, didn't see that. Rebased and completed the suggested changes. |
…053-on-v3.5.x Backport PR #22053 on branch v3.5.x (DOC: Document default cap styles)
PR Summary
and the default rcParameters
setters
it's already done for joinstyle
Closes #21979. If this goes in I can do the same for join styles, see #18597 (just documenting the current state).
PR Checklist
Tests and Styling
pytest
passes).flake8-docstrings
and runflake8 --docstring-convention=all
).Documentation
doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).