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

ValueError("Contour levels must be increasing") #142

Open
rjsullivan25 opened this issue Sep 10, 2020 · 0 comments
Open

ValueError("Contour levels must be increasing") #142

rjsullivan25 opened this issue Sep 10, 2020 · 0 comments

Comments

@rjsullivan25
Copy link

Hi Dan

I've been trying in my hobby time to reproduce the results from Becky Smethurst's STARPY code: https://github.com/rjsmethurst/starpy. I hit an error in the histogram function within triangle.py:

File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/contour.py", line 1233, in _contour_level_args
raise ValueError("Contour levels must be increasing")

It appears the V array is the problem. The issue disappears if I replace triangle.py with corner.py. I'm curious, presumably triangle used to work with an older version matplotlib?

Thanks

Rob

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