Commit 8077e73d by 前钰

Update Titanic.ipynb

parent c793c98a
{ {
...@@ -840,8 +840,8 @@ ...@@ -840,8 +840,8 @@
"# 添加图表标题,说明展示的是按性别划分的获救情况\n", "# 添加图表标题,说明展示的是按性别划分的获救情况\n",
"plt.title(u\"按性别看获救情况\")\n", "plt.title(u\"按性别看获救情况\")\n",
"\n", "\n",
"# 设置x轴标签,表示性别\n", "# 设置x轴标签,表示未获救和获救\n",
"plt.xlabel(u\"性别\")\n", "plt.xlabel(u\"是否获救\")\n",
"\n", "\n",
"# 设置y轴标签,表示人数\n", "# 设置y轴标签,表示人数\n",
"plt.ylabel(u\"人数\")\n", "plt.ylabel(u\"人数\")\n",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment