-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
[Doc]: layout="none"
for figure constructor?
#25223
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
Labels
Milestone
Comments
Yes! 👍 |
I will like to work on this, can you guide me to the file please, I am new to opensource |
Thanks @RishabhSpark, the relevant docstrings are here for pyplot.figure and here for the Figure constructor. For bonus points, you could also add the |
rcomer
pushed a commit
that referenced
this issue
Feb 19, 2023
meeseeksmachine
pushed a commit
to meeseeksmachine/matplotlib
that referenced
this issue
Feb 19, 2023
robrighter
pushed a commit
to robrighter/matplotlib
that referenced
this issue
Feb 20, 2023
* layout none and compressed added in pyplot * Update lib/matplotlib/pyplot.py Co-authored-by: Jody Klymak <jklymak@gmail.com> * compressed added * fixed (89>88) error ig(?) --------- Co-authored-by: Jody Klymak <jklymak@gmail.com>
It appears you've added 'compressed', but not 'none' as well? |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation Link
https://matplotlib.org/devdocs/api/_as_gen/matplotlib.pyplot.figure.html
Problem
Suppose you have constrained layout turned on in general via
rcParams
, but want to not use it for a particular figure. This seems to workbut
layout="none"
is not documented as a valid option in eitherpyplot.figure
or the Figure constructor.Suggested improvement
Should
layout="none"
be documented as a valid option?The text was updated successfully, but these errors were encountered: