Vayne Main
Vayne Main

Reputation: 17

How can I create custom graphs with python to export as an image to latex?

How can I create custom graphs like this in python?

enter image description here

Upvotes: 1

Views: 387

Answers (1)

WillDarragh
WillDarragh

Reputation: 76

Matplotlib

Matplotlib is the go-to python library for visualization. Check out tutorials on their website: https://matplotlib.org/

Sidenote: For a simple plot like this, you could look into latex plotting/graphing tools like pgfplots https://www.overleaf.com/learn/latex/pgfplots_package

Upvotes: 3

Related Questions