counts, y_bins, patches = plt.hist(y, bins=50, density=True, alpha=0.3) plt.xlabel('y') plt.ylabel('$p_y(y)$') Copy to clipboard. Text(0, 0.5, '$p_y(y)$')
確定! 回上一頁