Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Hm, I don't quite understand why test coverage failed (coverage decreased by 0.06 %) when I deleteone line of code |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Hm, CircleCIfailed 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. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
- 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
Sorry, didn't see that. Rebased and completed the suggested changes. |
…053-on-v3.5.xBackport 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).