+ 6
Can we use matplotlib in sololearn?
2 ответов
0
yes, but need to use for see your figure/plot (except for ...plt.show()...) :
plt.savefig('any_name',dpi=your_number)
i.e your_number=100 , more dpi=better visual quality
More info in: https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.savefig.html