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

matplotlib ax.change_geometry deprecation #45

Open
kecnry opened this issue May 7, 2021 · 1 comment
Open

matplotlib ax.change_geometry deprecation #45

kecnry opened this issue May 7, 2021 · 1 comment

Comments

@kecnry
Copy link
Owner

kecnry commented May 7, 2021

will be removed in matplotlib 3.6

axes.py:1011: MatplotlibDeprecationWarning: 
The change_geometry function was deprecated in Matplotlib 3.4 and will be removed two minor releases later. Use set_subplotspec instead.
  ax.change_geometry(rows, cols, i+1)
@kecnry
Copy link
Owner Author

kecnry commented May 10, 2021

basics are implemented in 93e6deb, but would still like to have more consistent subplot spacing between the two implementations. It seems that tight_layout no longer behaves as nicely from within autofig and often need to call plt.tight_layout manually to avoid automatic padding between axes (depending on figure size). See the subplot positioning tutorial, for a good test case.

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