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 3.0.0 bug affecting plots #220

Open
andrewheusser opened this issue Oct 1, 2018 · 1 comment
Open

matplotlib 3.0.0 bug affecting plots #220

andrewheusser opened this issue Oct 1, 2018 · 1 comment
Labels

Comments

@andrewheusser
Copy link
Collaborator

@jeremymanning - There is a bug in the latest release of matplotlib (3.0.0) that causes some plots to get compressed along a single axis (matplotlib/matplotlib#12239). I found that this affected hypertools when I upgraded matplotlib. There is an issue for it and it looks like people are currently working on a fix. I was able to get around it by reverting back to matplotlib 2.2.3. Until it is fixed, we could require matplotlib<3.0.0

@jeremymanning
Copy link
Member

@andrewheusser that's an annoying bug! Good catch. And I agree with your proposed fixed-- let's require matplotlib>=1.5.1,<3.0.0. Do you want to do the honors and then push a minor 0.5.2 release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants