nschloe / tikzplotlib

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

for matplotlib 3.8.x, import error #598

Closed anaoravitan closed 8 months ago

anaoravitan commented 8 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 8 months ago

Duplicate of #559.