当前位置:网站首页>放图仓库-3(功能图像)
放图仓库-3(功能图像)
2022-07-26 22:37:00 【Acowardintheworld】
苏天教育
分数图
import matplotlib.pyplot as plt
import numpy as np
x = ["2019","2020","2021"]
#x = [1,2,3]
y = [209,203,206.5]
plt.figure(figsize=(8,4),dpi=300)
plt.bar(x,y)
plt.ylim(0,300)
plt.xticks(x)
plt.text(-0.07,211,"209",size=15)
plt.text(0.92,211,"203",size=15)
plt.text(1.85,211,"206.5",size=15)
plt.xlabel("考试年份")
plt.ylabel("录取分数")
边栏推荐
- Recbole use 1
- Training team lpoj round10 d come minion!
- Go exceed API source code reading (IV) -- save (), SaveAs (name string)
- MySQL optimization
- Galaxy securities online account opening commission, is online account opening safe for customer managers
- Mysql8 installation
- Identity server4 authorization successful page Jump encountered an error: exception: correlation failed Solution of unknown location
- 生成yolov5.wts文件出错
- Geek challenge 2019 (review the loopholes)
- Practice of intelligent code reconstruction of Zhongyuan bank
猜你喜欢
![[netding Cup 2018] Fakebook records](/img/9f/b9111da8b2d9f8e79d82847aec906c.png)
[netding Cup 2018] Fakebook records

Relationship between limit, continuity, partial derivative and total differential of multivariate function (learning notes)

爬虫中Request属性

4-4 对象生命周期

Iptables prevent nmap scanning and binlog

What scenarios are Tencent cloud lightweight application servers suitable for?

Everything you should know about wearable NFT!
![Embedded system migration [8] - device tree and root file system migration](/img/af/5b5d38522f0cc434bdafbf892936ee.png)
Embedded system migration [8] - device tree and root file system migration

Dynamic SQL

Push to origin/master was rejected error resolution
随机推荐
Xshell连接服务器时报“Could not load host key”错误
MySQL transaction, phantom reading, current reading, snapshot reading related notes
08_ Event modifier
09_ Keyboard events
解析网页的完整回顾
In depth interpretation of the investment logic of the consortium's participation in the privatization of Twitter
13_ conditional rendering
2022.7.18-----leetcode.749
第1章 需求分析与ssm环境准备
1、 Kubernetes basic concept + environment installation (build cross server public network environment)
Mysql database complex operations: Database Constraints, query / connect table operations
Topological sorting (learning notes) introduction + judge whether there is a ring
Can the stock account opening commission be adjusted? Is it safe to open an account on your mobile phone
在pycharm中部署yolov5报错问题
15_ Key function and principle
Flink SQL (II) Kafka connector
爬虫解析网页的 对象.元素名方法
Baidu website Collection
Azure synapse analytics Performance Optimization Guide (3) -- optimize performance using materialized views (Part 2)
Dynamic memory management