Skip to content Skip to sidebar Skip to footer

Save Matplotlib Pyplot While Using Tex As Pdf

I am making a plot using matplotlib. The graph is correctly displayed in jupyter notebook, but I am not able to save it as a pdf. Saving as a png works fine, but this is regrettabl

Solution 1:

Maybe this helps?

There was this Fix TypeError: https://github.com/matplotlib/matplotlib/pull/9292/commits/37ad476aec62ce58f95c91e6aabd55cfc3b5af25

and the same problem was adressed here: https://github.com/matplotlib/matplotlib/issues/9671

Either you get the fixed version or downgrade to: Matplot 2.0.2

Post a Comment for "Save Matplotlib Pyplot While Using Tex As Pdf"