Compare commits

...

9 Commits

Author SHA1 Message Date
ZZL
7a6752f2fc Merge pull request '修改math' (#3) from ZZL into main
Reviewed-on: #3
2025-11-23 21:56:18 +08:00
ZZL
7f1817b00e 修改math 2025-11-23 21:55:28 +08:00
MYR
abd6d65824 Merge pull request 'MYR' (#2) from MYR into main
Reviewed-on: #2
2025-11-23 21:52:48 +08:00
MYR
febddcfa4a Merge remote-tracking branch 'origin/main' into MYR 2025-11-23 21:47:19 +08:00
MYR
b57385e925 666 2025-11-23 21:46:18 +08:00
YDD
027f93a599 Merge pull request '12' (#1) from YDD into main
Reviewed-on: #1
2025-11-23 21:44:11 +08:00
YDD
4d4afca1a8 12 2025-11-23 21:41:42 +08:00
MYR
57902928de Merge branch 'main' of http://ydds.cloud:3000/Qomola/ZKFC_ACC 2025-11-23 21:29:39 +08:00
MYR
9dc68ebe5d 111 2025-11-23 21:27:52 +08:00
3 changed files with 12 additions and 1 deletions

View File

@@ -45,6 +45,16 @@
"%matplotlib widget"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "794c9acf",
"metadata": {},
"outputs": [],
"source": [
"## 合并请求"
]
},
{
"cell_type": "code",
"execution_count": 2,

View File

@@ -20,7 +20,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"id": "d2112ca7-0c05-4332-87b5-f473f8c3fcd0",
"metadata": {
"tags": []

View File

@@ -7,6 +7,7 @@ from matplotlib.patches import Ellipse
import matplotlib.transforms as transforms
# import seaborn as sns
import os
import math
# plt.style.use('seaborn')
plt.rcParams['font.family'] = ['SimHei'] # 用来正常显示中文标签
plt.rcParams['axes.unicode_minus'] = False # 用来正常显示负号