Reputation: 17
How can I create custom graphs like this in python?
Upvotes: 1
Views: 387
Reputation: 76
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