-
-
Notifications
You must be signed in to change notification settings - Fork 217
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.6
deprecates pgf.common_texification
#559
Comments
Hi, |
While there is no solution (which I do not expect in the near future, but evaluating a possible PR should always be possible to support others which face a similar issue), you might want to try monkey-patching the corresponding method with either the old or the new implementation. |
Thanks for the answer! For the moment, I just configure my CI to run with matplotlib 3.7 and it works fine. |
…e to hopefully fix `matplotlib 3.6` deprecates `pgf.common_texification` nschloe#559
Is there any plan to address this? |
See my previous comment: You might submit a corresponding PR or decide to monkey-patch this for now. Please note that development is more or less stalled at the moment unfortunately, although there have been some notes about possible changes in the future. |
Work around matplotlib/matplotlib@1936c94 Fixes nschloe#559 Closes nschloe#602 Closes nschloe#597 Overalps a bit with nschloe#540
Is there any solution, or need to downgrade matplotlib? :( |
tikzplotlib
withmatplotlib >= 3.6
emits a deprecation warning:The text was updated successfully, but these errors were encountered: