当前位置:网站首页>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()
运行示例:
边栏推荐
- 安全保护能力是什么意思?等保不同级别保护能力分别是怎样?
- 每日刷题记录 (十五)
- 11 preparations for Web3 and Decentralization for traditional enterprises
- Modules that can be used by both the electron main process and the rendering process
- Gradle知識概括
- Summary of three methods for MySQL to view table structure
- What should I do if the USB flash disk data is formatted and how can I recover the formatted USB flash disk data?
- 机器人材料整理中的套-假-大-空话
- Cover fake big empty talk in robot material sorting
- Gradle知识概括
猜你喜欢
Up to 5million per person per year! Choose people instead of projects, focus on basic scientific research, and scientists dominate the "new cornerstone" funded by Tencent to start the application
亚朵三顾 IPO
The intranet penetrates the zerotier extranet (mobile phone, computer, etc.) to access intranet devices (raspberry pie, NAS, computer, etc.)
[OFDM communication] OFDM system signal detection based on deep learning with matlab code
What can be done for traffic safety?
Dockermysql modifies the root account password and grants permissions
Nftscan Developer Platform launches Pro API commercial services
Can online reload system software be used safely? Test use experience to share with you
COSCon'22 社区召集令来啦!Open the World,邀请所有社区一起拥抱开源,打开新世界~
Why are some people still poor and living at the bottom of society even though they have been working hard?
随机推荐
Résumé des connaissances de gradle
If the request URL contains jsessionid, the solution
Gradle知識概括
Win11怎么恢复传统右键菜单?Win11右键改回传统模式的方法
Pdf batch splitting, merging, bookmark extraction, bookmark writing gadget
JS addition, deletion, modification and query of JSON array
Entropy information entropy cross entropy
Isomorphism + cross end, knowing applet +kbone+finclip is enough!
Is the more additives in food, the less safe it is?
The important data in the computer was accidentally deleted by mistake, which can be quickly retrieved by this method
Dockermysql modifies the root account password and grants permissions
One minute to learn how to install the system, win7 XP, win10 and win11 become very simple
前置机是什么意思?主要作用是什么?与堡垒机有什么区别?
Summary of three methods for MySQL to view table structure
【通信】两层无线 Femtocell 网络上行链路中的最优功率分配附matlab代码
Experiment 4: installing packages from Gui
《数字经济全景白皮书》保险数字化篇 重磅发布
[OFDM communication] OFDM system signal detection based on deep learning with matlab code
电脑重装系统u盘文件被隐藏要怎么找出来
Should the jar package of MySQL CDC be placed in different places in the Flink running mode?