Set facecolor of FilledArrow axisline style and fix tight layout#24085
Merged
ksunden merged 4 commits intomatplotlib:mainfrom Jan 7, 2023
Merged
Set facecolor of FilledArrow axisline style and fix tight layout#24085ksunden merged 4 commits intomatplotlib:mainfrom
ksunden merged 4 commits intomatplotlib:mainfrom
Conversation
bdcafbc to
0d5f40a
Compare
QuLogic
reviewed
Oct 4, 2022
9140a3d to
e06bfc6
Compare
e06bfc6 to
ec114ab
Compare
ec114ab to
fe7c9ed
Compare
PR Summary
Original purpose was to test axisline style, but as part of that:
Add support for providing
facecolorto aFilledArrow, defaulting to the same color as the axes edgecolor.Make tight (and other) layouts work for axislines by fixing get_window_extents, thanks to @leejjoon
Closes #7617 (fixed elsewhere, but adding test here).
PR Checklist
Tests and Styling
pytestpasses).flake8-docstringsand 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).