Python用插值法繪製平滑曲線

原圖: 平滑處理後: 代碼實現如下: # 1. 隨機構造數據 import numpy as np x = range(10) y = np.random.randint(10,size=10) # 2. 繪製原圖 import matplotlib as mpl import matplotlib.pyplot as plt %matplotlib inline # jupyter noteb
相關文章
相關標籤/搜索