-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
rcParams for plt.axis('equal') not working? #8088
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
Comments
That is for images, and if you plot an image, it will have equal aspect.
But I don't think that works in general. I don't think we have one for
axes... seems like a bit of a hole in our rcParams...
…On Thu, Feb 16, 2017 at 1:42 PM, Frank Breitling ***@***.***> wrote:
I have tried
plt.rcParams['image.aspect'] = 'equal'
to set the default for axis to equal, but it has now effect in matplotlib
2.0.0.
To what I inferred from the documentation shouldn't this be the command?
If not, what is it?
Other people have the same question at
https://stackoverflow.com/questions/35558958/matplotlib-
set-default-value-for-plt-axis-to-equal
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8088>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AARy-He1z2QwhPWQUnboBASGAKd3rwwMks5rdJh_gaJpZM4MDZAe>
.
|
Thanks for pointing this out. Then maybe this should be noted as feature request. To summarize:
works,
doesn't. |
This issue has been marked "inactive" because it has been 365 days since the last comment. If this issue is still present in recent Matplotlib releases, or the feature request is still wanted, please leave a comment and this label will be removed. If there are no updates in another 30 days, this issue will be automatically closed, but you are free to re-open or create a new issue if needed. We value issue reports, and this procedure is meant to help us resurface and prioritize issues that have not been addressed yet, not make them disappear. Thanks for your help! |
This issue has been marked "inactive" because it has been 365 days since the last comment. If this issue is still present in recent Matplotlib releases, or the feature request is still wanted, please leave a comment and this label will be removed. If there are no updates in another 30 days, this issue will be automatically closed, but you are free to re-open or create a new issue if needed. We value issue reports, and this procedure is meant to help us resurface and prioritize issues that have not been addressed yet, not make them disappear. Thanks for your help! |
Reopening this as there is a PR for it (that I should finish...) |
I have tried
plt.rcParams['image.aspect'] = 'equal'
to set the default for axis to equal, but it has now effect in matplotlib 2.0.0.
To what I inferred from the documentation shouldn't this be the command?
If not, what is it?
Other people have the same question at
https://stackoverflow.com/questions/35558958/matplotlib-set-default-value-for-plt-axis-to-equal
The text was updated successfully, but these errors were encountered: