Can I use matplotlib to generate graphs from my data? ... plt.show() to display your graph on screen you should use fig.savefig('your_graph.png') to save it ...
確定! 回上一頁