axes[0,1].streamplot(X,Y,U,V) # 二維箭頭 數(shù)據(jù)分布 1 2 3 ax1.hist(y) # 直方圖 ax3.boxplot(y) # 箱形圖 ax3.violinplot(z) # 小提琴圖 自定義圖形 顏色、色條與色彩表 1 2 3 4 5 6 plt.plot(x, x, x, x**2, x, x**3) ax.plot(x, y, alpha = 0.4) ax.plot(x, y,...
www.dbjr.com.cn/article/2168...htm 2025-5-27