pandas绘图常用API

DataFrame.plot([x, y, kind, ax, ….])
折线图

DataFrame.plot.area([x, y])
区域情节

DataFrame.plot.bar([x, y])
垂直条形图。

DataFrame.plot.barh([x, y])
制作一个水平条形图。

DataFrame.plot.box([by])
制作DataFrame列的方框图。

DataFrame.plot.density([bw_method, ind])
使用高斯核生成核密度估计图。

DataFrame.plot.hexbin(x, y[, C, …])
生成六边形分箱图。

DataFrame.plot.hist([by, bins])
绘制DataFrame列的一个直方图。

DataFrame.plot.kde([bw_method, ind])
使用高斯核生成核密度估计图。

DataFrame.plot.line([x, y])
将DataFrame列绘制为线条。

DataFrame.plot.pie([y])
生成饼图。

DataFrame.plot.scatter(x, y[, s, c])
创建具有不同标记点大小和颜色的散点图。

DataFrame.boxplot([column, by, ax, …])
从DataFrame列创建一个箱形图。

DataFrame.hist([column, by, grid, …])
制作DataFrame的直方图。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值