-
Notifications
You must be signed in to change notification settings - Fork 105
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
Latest proplot version incompatible with matplotlib 3.5 #309
Comments
I think we should add a new upper bound on conda-forge maybe? |
I should get to a full 3.5 compatibility release (For those reading this thread -- to use proplot, please either downgrade matplotlib to version 3.4.3 until this issue is closed, or install the development version with |
Thank you! |
Just got this error too. Please add the matlab version to the pip package as a requirement? |
Was this issue closed? In its stable version, I still cannot use matplotlib when its version is higher than 3.4.3 |
I just submitted a release v0.9.7 to pypi that updates v0.9.5 with the requirement Originally I was hoping to do the v0.10.0 release that adds matplotlib 3.5.X compatibility + other fixes/improvements/tests. But obviously the above timeline didn't work out -- I've had to take another hard step back from proplot as I finish my PhD. I still personally use proplot every day in my work, and I plan to continue using it throughout my career, so I have no plans to abandon this project. Should finally have time to work on proplot this late spring/summer, and I'm looking into funding sources + options for building more of a community around this project (i.e., not just me -- hence the move to the "proplot-dev" organization) so that development can be less erratic going forward. |
i really love proplot and i am very happy to see the update. |
Description
I think v0.9.5 might be incompatible with matplotlib 3.5.0. I installed from conda-forge so we can repin.
Steps to reproduce
A "Minimal, Complete and Verifiable Example" will make it much easier for maintainers to help you.
Expected behavior: [What you expected to happen]
A plot without a traceback?
Actual behavior: [What actually happened]
An error.
Equivalent steps in matplotlib
Please try to make sure this bug is related to a proplot-specific feature. If you're not sure, try to replicate it with the native matplotlib API. Matplotlib bugs belong on the matplotlib github page.
Proplot version
Paste the results of
import matplotlib; print(matplotlib.__version__); import proplot; print(proplot.version)
here.The text was updated successfully, but these errors were encountered: