gpt4 book ai didi

python - 使用索引作为 x 轴标签绘制直方图

转载 作者:太空狗 更新时间:2023-10-29 22:21:01 25 4
gpt4 key购买 nike

我在 python 中有以下数据框

  Sex  Survived
0 female 0.742038
1 male 0.188908

我想绘制一个直方图,其中 male 和 female 是 x 轴上的两个值,y 轴上有其对应的值。知道怎么做吗? .我是 matplotlib 和 pandas 的新手,所以请帮忙

最佳答案

在我看来你需要 DataFrame.plot.bar :

df.plot.bar(x='Sex', y='Survived')

graph

因为histogram数值数据分布图。

关于python - 使用索引作为 x 轴标签绘制直方图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44734347/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com