import numpy as np >>> import matplotlib.pyplot as plt >>> from scipy.datasets ... _ = find_peaks(x, height=0) >>> plt.plot(x) >>> plt.plot(peaks, x[peaks], ...
確定! 回上一頁