matplotlib 소개


In [1]:
import matplotlib as mpl
import matplotlib.pylab as plt

In [3]:
plt.plot([2,3,8,5])
plt.show()



In [ ]: