-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
ENH: pass extra kwargs in FigureBase, SubFigure, Figure to set #20115
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems useful!
a5e9418
to
dc7f11e
Compare
Consistent with other artists and allows properties controlled by `set_XYZ` to be set at init time. Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
dc7f11e
to
74079d0
Compare
This has the unfortunate side effect of putting |
ArtistInspector.get_setters currently just removes methods with |
PR Summary
Consistent with other artists and allows properties controlled by
set_XYZ
tobe set at init time.
Discovered this while working on mpl-gui
PR Checklist
pytest
passes).flake8
on changed files to check).flake8-docstrings
and runflake8 --docstring-convention=all
).doc/users/next_whats_new/
(follow instructions in README.rst there).