当前位置:网站首页>Matplotlib常用图表
Matplotlib常用图表
2022-07-01 22:50:00 【冷巷(*_*)】
折线图
可以显示随时间变化而变化的联系数据,因此非常使用于显示在相等时间间隔下数据的趋势。
适用类型
1.基础体温曲线图
2.学生成绩走势图
3.股票走势图
4.月销售统计分析图
5.网站访问量统计图

小小改动一下,更好看了

简单柱状图
又称长条图,柱状图,条状图。是一种以长方形的长度为变量的统计图表。
适用类型
比较两个或以上的数据,适用于较小的数据集分析
语法格式
plt.bar(x,height,width,*,align='center',**kwargs)x是x轴数据
height是柱子高度,也是y轴
align是对齐方式
kwargs是关键字参数,其他可选参数,如color,alpha,label

基本柱状图
用法和什么的差不多
小测一下
准备一下Excel



加下这个,颜色变浅,好看多了

多柱状图
瞅瞅

一条
好的,俩条了
改一改

基本直方图
又称质量分布图,有一系列高度不等的纵向条纹或者线段表示数据分布的情况。
语法
plt.hist(x,bins)x是数据集
bins是统计数据的区间分布


饼形图
常用来显示各个部分在整体所占的比例
语法
plt.pie(x,labels,colors,labeldistance,autopct,startangle,radius,center,textprops)x是每一块饼形图的比例
labels是每一块饼形图外侧显示的说明文字
labeldistance是标记的绘制位置,相对于半径的比例,默认值为1.1
autopct是设置饼形图的百分比,可以使用格式化字符串或format函数
startangle是起始绘制角度,默认是x轴正方向逆时针画起
radius是饼图半径,默认值为1
center是浮点类型的列表,可选参数,默认值为0.0表示图表中心位置
textprops是设置标签和比例文职的格式,字典类型

改一改

边栏推荐
- 纪念成为首个DAYUs200三方demo贡献者
- Introduction and use of plantuml
- Summary of "performance testing" of software testing, novice will know the knowledge points on the road
- Contents of other parts of the map
- Genicam gentl standard ver1.5 (4) Chapter 5 acquisition engine
- Jielizhi Bluetooth headset quality control and production skills [chapter]
- 使用3DMax制作一个象棋棋子
- Design of ESP automatic download circuit
- Jielizhi Bluetooth headset quality control and production skills [chapter]
- YOGA27多维一体电脑,兼具出色外观与高端配置
猜你喜欢

Programming English vocabulary notebook

flutter Unable to load asset: assets/images/888.png

Some abilities can't be learned from work. Look at this article, more than 90% of peers

Aaai22 | structural tagging and interaction modeling: a "slim" network for graph classification

The digital summit is popular, and city chain technology has triggered a new round of business transformation

2022年R1快开门式压力容器操作考题及答案

CKS CKA CKAD 将终端更改为远程桌面

Glass mosaic

CKS CKA ckad change terminal to remote desktop
![[micro service sentinel] sentinel integrates openfeign](/img/8b/46156255fd980eb422c7e05d5af7ee.png)
[micro service sentinel] sentinel integrates openfeign
随机推荐
工作中非常重要的测试策略,你大概没注意过吧
日本购物网站的网络乞丐功能
力扣 710. 黑名单中的随机数
【Swoole系列1】在Swoole的世界中,你将学习到什么?
tcpdump命令使用详解
window安装wsl(二)
“35岁,公司老总,月薪2万送外卖“:时代抛弃你,连声再见都没有
Jerry's burning of upper version materials requires [chapter]
What are the benefits of third party acceptance testing? Recommended by professional third-party software testing institutions
[applet] realize the left and right [sliding] list through the scroll view component
Tcpdump command usage details
The digital summit is popular, and city chain technology has triggered a new round of business transformation
Treatment of insufficient space in the root partition of armbain system
【微服务|Sentinel】SentinelResourceAspect详解
Jielizhi, production line assembly link [chapter]
Typescript enumeration
数字化转型道阻且长,如何迈好关键的第一步
[JUC learning road day 8] condition
[MySQL] basic use of explain and the function of each column
使用3DMax制作一个象棋棋子