Skip to content
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

rcParams for plt.axis('equal') not working? #8088

Open
fkbreitl opened this issue Feb 16, 2017 · 5 comments · May be fixed by #25642
Open

rcParams for plt.axis('equal') not working? #8088

fkbreitl opened this issue Feb 16, 2017 · 5 comments · May be fixed by #25642
Labels
Good first issue Open a pull request against these issues if there are no active ones! keep Items to be ignored by the “Stale” Github Action New feature topic: rcparams

Comments

@fkbreitl
Copy link

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

@WeatherGod
Copy link
Member

WeatherGod commented Feb 16, 2017 via email

@fkbreitl
Copy link
Author

fkbreitl commented Feb 16, 2017

Thanks for pointing this out.

Then maybe this should be noted as feature request.

To summarize:

plt.rcParams['image.aspect'] = 'equal'
a=[[1],[2]]
plt.imshow(a)

works,

plt.rcParams['image.aspect'] = 'equal'
a=[[1],[2]]
plt.plot(a)

doesn't.

@github-actions
Copy link

github-actions bot commented Apr 7, 2023

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!

@github-actions github-actions bot added the status: inactive Marked by the “Stale” Github Action label Apr 7, 2023
@oscargus oscargus added New feature topic: rcparams Good first issue Open a pull request against these issues if there are no active ones! labels Apr 7, 2023
@oscargus oscargus linked a pull request Apr 7, 2023 that will close this issue
6 tasks
@github-actions github-actions bot removed the status: inactive Marked by the “Stale” Github Action label Apr 8, 2023
Copy link

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!

@github-actions github-actions bot added the status: inactive Marked by the “Stale” Github Action label Apr 15, 2024
@github-actions github-actions bot added the status: closed as inactive Issues closed by the "Stale" Github Action. Please comment on any you think should still be open. label May 16, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 16, 2024
@oscargus
Copy link
Contributor

Reopening this as there is a PR for it (that I should finish...)

@oscargus oscargus reopened this May 16, 2024
@story645 story645 added keep Items to be ignored by the “Stale” Github Action and removed status: inactive Marked by the “Stale” Github Action status: closed as inactive Issues closed by the "Stale" Github Action. Please comment on any you think should still be open. labels May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good first issue Open a pull request against these issues if there are no active ones! keep Items to be ignored by the “Stale” Github Action New feature topic: rcparams
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants