SyntaxFix
Write A Post
Hire A Developer
Questions
use plt.figure(dpi=1200) before all your plt.plot... and at the end use plt.savefig(... see: http://matplotlib.org/api/pyplot_api.html#matplotlib.pyplot.figure and http://matplotlib.org/api/pyplot_api.html#matplotlib.pyplot.savefig
plt.figure(dpi=1200)
plt.plot...
plt.savefig(...