-
Notifications
You must be signed in to change notification settings - Fork 104
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
Proplot not compatible with matplotlib 3.6 #390
Comments
Could you try the newest version of proplot?
|
@zxdawn works for me |
That worked. Perhaps push a release to pypi? |
This downgraded Matplotlib from 3.6.1 to 3.5.3 for me... |
same. Looking closer, the requirements.txt file only lists matplotlib>3.0, but this line still enforces <3.6 |
(if i try to use proplot anyway in an environment with mpl 3.6.2 i get |
@knaaptime Yes, that's caused by matplotlib/matplotlib#22298. |
yup, just wanted to make sure you're aware since you asked for beta testers of the current dev install :) |
Fixes Github issue proplot-dev#390. Change suggested by user 'swamidass'.
I've started working on this in a fork: https://github.com/Z2h-A6n/proplot I've (partially?) fixed the
|
Hi, will there be a permanent solution to this? Some time ago using the dev version seemed to work (still raising some deprecation warnings every time the code is run) but now it just doesn't work. I've tried reinstalling proplot and proplot-dev but still get the same error. I've had to remove the proplot dependency from many scripts now but I would rather not have to since it makes plotting so much easier. Thanks in advance for any help/info. |
@dforero0896 I took a stab at it in #433. |
Hi, thanks for you comment. I've tried |
@dforero0896 You need to pull from the changed branched. The command you outlined pulls from the main branch that does not have the changes. Run:
|
Right! I didn't notice. Thanks! I just tested it and it works like a charm so far. I'll update if I find something. |
Looks like the current version of proplot does not work with matplotlib==3.6 (though it works fine with 3.5).
The import:
Throws:
From: proplot/colors.py:3111,
This might be fixable by changing the reference to cmap_d to point instead to matplotlib.colormaps.
The text was updated successfully, but these errors were encountered: