[python]Chart

To plot chart we firstly should

import numpy as np
import matplotlib.pyplot as plt

then we can use

plt.plot(x)

plt.show()

plt.savefig("figname.format", dpi=xxx)

to plot, show and save the chart.

posted @ 2016-06-05 11:33  Symmetry  阅读(208)  评论(0)    收藏  举报