当前位置:网站首页>认识--Matplotlib
认识--Matplotlib
2022-07-01 22:50:00 【冷巷(*_*)】
目录
Matplotlib简介
1.Matplotlib是一个python2D绘图库,常用于数据可视化。
2.Matplotlib非常强大,只需几行代码即可绘制各种数据可视图。
3.Matplotlib不仅可以绘制最基础的图表,还可以绘制一些高级图表:双y轴可视化数据分析图表,堆叠柱形图,渐变饼形图,等高线柱形图。
4.Matplotlib还可以绘制3D的。
Matplotlib安装
pip install matplotlib
三步绘图
1.引入pyplot模块
2.使用plot方法
3.运行程序
注意,ro是红色
图表的常用设置
基本绘图主要函数
matplotlib.pyplot.plot(x,y,format_string,**kwargs)
x是x轴,y是y轴,format_string控制曲线格式的字符串,包括颜色、线条样式和标记样式 *kwargs 键值参数,相当于一个字典
折线图测试下,看看
下面来个好玩的
先建一个Excel
然后用pandas获取这个Excel数据,然后再做成折线图
边栏推荐
- Cisco test -- the concept and configuration test of routing
- 【Swoole系列1】在Swoole的世界中,你将学习到什么?
- 证券开户选哪个证券公司比较好,哪个更安全
- 攻防演习防御体系构建之第三篇之建立实战化的安全体系
- Understanding threads
- mysql ---- Oracle中的rownum转换成MySQL
- [JUC learning road day 9] barrier derivatives
- Simple interactive operation of electron learning (III)
- [applet] realize the left and right [sliding] list through the scroll view component
- 【嵌入式系统课设】单个按键控制LED灯
猜你喜欢
Redis~02 缓存:更新数据时如何保证MySQL和Redis中的数据一致性?
思科考试--冗余网络
日本购物网站的网络乞丐功能
Compare the version number [double pointer to intercept the string you want]
You probably haven't noticed the very important testing strategy in your work
CKS CKA CKAD 将终端更改为远程桌面
有些能力,是工作中学不来的,看看这篇超过90%同行
Huisheng Huiying 2022 intelligent, fast and simple video editing software
2022 R1 fast opening pressure vessel operation test questions and answers
What is the mosaic tailgate?
随机推荐
Explain ThreadLocal in detail
[applet] realize the left and right [sliding] list through the scroll view component
软件测试之「 性能测试」总结,新手上路必会知识点
Jerry's question about long press boot detection [chapter]
leetcode - 287. Find duplicates
The digital summit is popular, and city chain technology has triggered a new round of business transformation
Redis数据类型和应用场景
[MySQL] index creation, viewing and deletion
[micro service sentinel] sentinelresourceaspect details
Cisco -- highly available and reliable network examination
Istio, ebpf and rsocket Broker: in depth study of service grid
[机缘参悟-35]:鬼谷子-飞箝篇-远程连接、远程控制与远程测试之术
【微服务|Sentinel】sentinel整合openfeign
Aaai22 | structural tagging and interaction modeling: a "slim" network for graph classification
用JpaTransactionManager操作数据库事务
思科考试--冗余网络
MySQL -- index of InnoDB storage engine
数字化转型道阻且长,如何迈好关键的第一步
Use of locust
微服务服务稳定性治理