Skip to content Skip to sidebar Skip to footer

Matplotlib, Dynamically Changing Width Of Plot

So i have a matplotlib plot that is completely black with all axes disabled, the only thing present on the plot is white text, containing a mathematical expression, entered by the

Solution 1:

There is a full working solution available on github:

Plot a LaTeX equation as a matplotlib figure by ahwillia

https://gist.github.com/ahwillia/c7e54f875913ebc3de3852e9f51ccc69


There is also another module available on github which (also) works on the command line:

texscrap - Python utility for making PDFs out of scraps of LaTeX by johnjosephhorton

https://github.com/johnjosephhorton/texscrap

Post a Comment for "Matplotlib, Dynamically Changing Width Of Plot"