当前位置:网站首页>matplotlib画柱状图并添加数值到图中
matplotlib画柱状图并添加数值到图中
2022-07-06 15:59:00 【L-M-Y】
matplotlib画图细节可参考前文:
https://blog.csdn.net/qq_52109814/article/details/121901438?spm=1001.2014.3001.5501
from matplotlib import pyplot as plt
import numpy as np
#编辑图例
def autolabel(rects):
for rect in rects:
height = rect.get_height()
#设置图例字体、位置、数值等等
plt.text(rect.get_x(), 1.01*height, '%s' %
float(height), size=11, family="Times new roman")
y = ['A', 'B', 'C', 'D', 'E', 'F']
x = [6.624, 7.394, 14.972, 17.545, 21.239, 16.736]
rect = plt.bar(y, x, width=0.5)
autolabel(rect)
plt.title("Overall Value S")
plt.xlabel("Area")
plt.ylabel("Variance")
plt.legend()
plt.show()
运行示例:
边栏推荐
- 新手问个问题,我现在是单机部署的,提交了一个sql job运行正常,如果我重启了服务job就没了又得
- 求帮助xampp做sqlilab是一片黑
- koa2对Json数组增删改查
- 使用MitmProxy离线缓存360度全景网页
- There are only two TXT cells in the ArrayExpress database. Can you only download the sequencing run matrix from line to ENA?
- Microsoft win11 is still "unsatisfactory". Multi user feedback will cause frequent MSI crashes
- 让 Rust 库更优美的几个建议!你学会了吗?
- Is the more additives in food, the less safe it is?
- Nftscan Developer Platform launches Pro API commercial services
- After 3 years of testing bytecan software, I was ruthlessly dismissed in February, trying to wake up my brother who was paddling
猜你喜欢

PDF批量拆分、合并、书签提取、书签写入小工具

None of the strongest kings in the monitoring industry!

What can be done for traffic safety?

亚朵三顾 IPO

Station B boss used my world to create convolutional neural network, Lecun forwarding! Burst the liver for 6 months, playing more than one million
![[OFDM communication] OFDM system signal detection based on deep learning with matlab code](/img/a5/624860f6bd9be03ac8c1f61839fea2.png)
[OFDM communication] OFDM system signal detection based on deep learning with matlab code

Today's sleep quality record 78 points

Experiment 4: installing packages from Gui

B 站弹幕 protobuf 协议还原分析

每年 2000 亿投资进入芯片领域,「中国芯」创投正蓬勃
随机推荐
The programmer said, "I'm 36 years old, and I don't want to be rolled, let alone cut."
安全保护能力是什么意思?等保不同级别保护能力分别是怎样?
Docker starts MySQL and -emysql_ ROOT_ Password = my secret PW problem solving
让 Rust 库更优美的几个建议!你学会了吗?
asp读取oracle数据库问题
The best sister won the big factory offer of 8 test posts at one go, which made me very proud
问下各位,有没有flink sql生成作业的文档啊或是案列啊知道flink cli可以建表和指定目
[OFDM communication] OFDM system signal detection based on deep learning with matlab code
AcWing 4300. Two operations (minimum number of BFS searches)
If the request URL contains jsessionid, the solution
TDengine 社区问题双周精选 | 第二期
资产安全问题或制约加密行业发展 风控+合规成为平台破局关键
How does crmeb mall system help marketing?
B站大佬用我的世界搞出卷积神经网络,LeCun转发!爆肝6个月,播放破百万
自动更新Selenium驱动chromedriver
[launched in the whole network] redis series 3: high availability of master-slave architecture
每日刷题记录 (十五)
Summary of three methods for MySQL to view table structure
Today's sleep quality record 78 points
【无人机】多无人协同任务分配程序平台含Matlab代码