Compare commits
5 Commits
c5e03aebb5
...
ZZL
| Author | SHA1 | Date | |
|---|---|---|---|
| 7f1817b00e | |||
| 027f93a599 | |||
| 4d4afca1a8 | |||
| 57902928de | |||
| 9dc68ebe5d |
@@ -45,6 +45,16 @@
|
||||
"%matplotlib widget"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"id": "794c9acf",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"## 合并请求"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 2,
|
||||
|
||||
@@ -20,14 +20,14 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 1,
|
||||
"execution_count": null,
|
||||
"id": "d2112ca7-0c05-4332-87b5-f473f8c3fcd0",
|
||||
"metadata": {
|
||||
"tags": []
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"#添加库和做某些显示设置\n",
|
||||
"#添加库和做某些显示设置111\n",
|
||||
"import numpy as np\n",
|
||||
"import pandas as pd\n",
|
||||
"import matplotlib.pyplot as plt\n",
|
||||
|
||||
@@ -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 # 用来正常显示负号
|
||||
|
||||
Reference in New Issue
Block a user