import matplotlib.pyplot as plt import numpy as np x = np.linspace(1, 10, 10) y = np.sin(x) plt.step … Continue reading python可视化—阶梯图step()
import matplotlib.pyplot as plt import numpy as np x = np.linspace(1, 10, 10) y = np.sin(x) plt.step … Continue reading python可视化—阶梯图step()