Update README.zh-cn.md

pull/193/head
feiyun0112 3 years ago committed by GitHub
parent b647428bd6
commit 4dab6027cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -120,7 +120,7 @@ Seaborn提供了一些巧妙的方法来可视化你的数据。例如你可
sns.swarmplot(x="Color", y="Item Size", data=new_pumpkins)
```
![分类散点图可视化数据](images/swarm.png)
![分类散点图可视化数据](../images/swarm.png)
### 小提琴图
@ -133,7 +133,7 @@ Seaborn提供了一些巧妙的方法来可视化你的数据。例如你可
kind="violin", data=new_pumpkins)
```
![小提琴图](images/violin.png)
![小提琴图](../images/violin.png)
✅ 尝试使用其他变量创建此图和其他Seaborn图。

Loading…
Cancel
Save