matplotlib使用(二)pyplot

matplotlib.pyplot 是命令樣式函數的集合 基本用例 %matplotlib inline import matplotlib.pyplot as plt import numpy as np def f(t): return np.exp(-t) * np.cos(2*np.pi*t) t1 = np.arange(0.0, 5.0, 0.1) t2 = np.aran
相關文章
相關標籤/搜索