ML tips


Force matplotlib to not use DISPLAY & Save figure instead:
Download the sample file here (I won’t make it easy for you)

 import matplotlib
matplotlib.use(‘Agg’)
..
plt.savefig(“plt.png”)
plt.close()

Facebook Comments

0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x