matplotlib示例

import matplotlib %matplotlib inline #如果輸入上面一行,則會在輸出結果中產生插圖,而不是獨立的圖 import matplotlib.pyplot as plt import numpy as np x=np.arange(0.1,4,.01) plt.figure(figsize=(20,10)) plt.plot(x,np.sin(x*50)/x,line
相關文章
相關標籤/搜索