Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tbrittoborges/8873cc0219de07dbab0f to your computer and use it in GitHub Desktop.
Save tbrittoborges/8873cc0219de07dbab0f to your computer and use it in GitHub Desktop.
import matplotlib
matplotlib.use("Agg")
import pyplot as plt
plt.plot([1, 2, 3])
plt.savefig("something.png")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment