Python數據分析——Matplotlib

1、pyplot (1)繪圖區域html plt.subplot(nrows, ncols, plot_number) e.g.python import numpy as np import matplotlib.pyplot as plt def fun(x): return np.exp(-x) * np.cos(2*np.pi*x) a=np.arange(0.0, 5.0,
相關文章
相關標籤/搜索