進口matplotlib。pyplot作為plt
進口seaborn sns
熊貓作為pd導入
進口numpy np
概率= np.random.rand (7) + 0.1
概率/ = prob.sum ()
df = pd。DataFrame({“部門”:np.random。選擇([“氦”、“霓虹燈”、氬、氪、氙,“氡”、“oganesson”),
1000,p =概率),
“左”:np.random。選擇(‘是的’,‘不’,1000)})
這段代碼,我可以看到標簽的值在蟒蛇的Jupyter然而,他們並沒有顯示在我的磚的筆記本嗎?知道如何解決嗎?
進口matplotlib。pyplot作為plt進口seaborn sns熊貓作為pd導入進口numpy np概率= np.random.rand (7) + 0.1概率/ = prob.sum ()df = pd。DataFrame({“部門”:np.random。選擇([“氦”、“霓虹燈”、氬、氪、氙,“氡”、“oganesson”), 1000年,p =概率),“左”:np.random。選擇(‘是的’,‘不’,1000)})sns.set_style(白色)過濾器= df['左']= = '是的' g = sns。catplot (data = df(過濾),類型=“計數”,y =“部門”,麵板= mako_r,訂單= df(過濾器)(“部門”).value_counts(提升= True) .index) g.axes ax。平:ax.bar_label (ax。containers[0], fontsize=12) ax.margins(x=0.1) plt.tight_layout() plt.show()
用於matplotlib bar_label屬性。3.4.2 pyplot版本。
我用7.3毫升的運行時。我如何升級?
謝謝你!
您需要使用繪圖可視化的顯示功能。
以下文檔:
https://docs.www.eheci.com/notebooks/visualizations/charts-and-graphs-python.html
https://docs.www.eheci.com/notebooks/visualizations/charts-and-graphs-python.html
升級您的運行時,就選擇不同的綱要從集群創建下拉窗口。