nschloe / tikzplotlib

:bar_chart: Save matplotlib figures as TikZ/PGFplots for smooth integration into LaTeX.
MIT License
2.39k stars 211 forks source link

for matplotlib 3.8.x, import error #598

Closed anaoravitan closed 6 months ago

anaoravitan commented 6 months ago

I downloaded the 0.10.1 version of tikzplotlib. Only importing gave me the following error:

ImportError: cannot import name 'common_texification' from 'matplotlib.backends.backend_pgf'

I was using matplotlib 3.8.3. Solved it by downgrading matplotlib to 3.7.5.

FriedrichFroebel commented 6 months ago

Duplicate of #559.