Can I use matplotlib to generate graphs from my data? ... as plt fig = plt.figure() ax = fig.add_subplot(111) ax.plot(range(100)) fig.savefig("graph.png").
確定! 回上一頁