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

Jupyter notebook example: deprecated matplotlib function "set_smart_bounds" #12

Open
matiollipt opened this issue Oct 22, 2024 · 0 comments

Comments

@matiollipt
Copy link

Hi. Experimenting with codex, I found that the degree plotting function in the exploration notebook has a minor issue. matplotlib "set_smart_bounds" is deprecated. I found this approach to fix and I leave here for reference. Thanks for the nice dataset.

ax.spines["left"].set_bounds(x.min(), x.max())
ax.spines["bottom"].set_bounds(x.min(), x.max())
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