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

Contour plots do not have equal pixel spacing #261

Open
asteroidnerd opened this issue Aug 23, 2023 · 0 comments
Open

Contour plots do not have equal pixel spacing #261

asteroidnerd opened this issue Aug 23, 2023 · 0 comments

Comments

@asteroidnerd
Copy link

asteroidnerd commented Aug 23, 2023

When you do a contour plot, the aspect ratio for the pixels is not equal, so you can be fooled into thinking stars are trailed.
To fix this add in line ~1562
ax.set_aspect('equal', adjustable='box')
Then change back at the end of the contour function at line ~1605 to not affect future plots
ax.set_aspect('auto')

@asteroidnerd asteroidnerd changed the title Contour plots do not have equal space ratios Contour plots do not have equal pixel spacing Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant