Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork240
fix #559 formatplotlib >= 3.6#602
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
JasonGross commentedApr 3, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Hm, this is good, but in light ofmatplotlib/matplotlib@1936c94 maybe we should just inline the old definition (so that we don't emit things like |
I tried to keep the change minimal. Getting rid of the Matplotlib function might be a good idea, but I think it's something the maintainer needs to be interested in so it actually gets merged. I also lack some knowledge for this. I rarely use tikzplotlib at the moment and created this fix when I needed it last year. But as a sporadic user and seeing that the repo isn't maintained, I'm not interested in pursuing this much further. |
Work aroundmatplotlib/matplotlib@1936c94Fixesnschloe#559Closesnschloe#602Closesnschloe#597Overalps a bit withnschloe#540
This replaces the
_common_texificationdeprecated byMatplotlib 3.6with_tex_escape. I also changed the name intikzplotlibaccordingly.This shouldfix#559.