python 的 matplotlib畫圖 畫曲線圖

<span style="font-size:24px;">#encoding:utf-8 #1.繪製曲線: import numpy as np import matplotlib.pyplot as plt x = np.linspace(0, 10, 1000) y = np.sin(x) plt.figure(figsize=(8,4)) plt.plot(x,y,label="$sin(
相關文章
相關標籤/搜索