Skip to content

Commit 519d9a9

Browse files
committed
更新数据可视化目录
1 parent 0ab0196 commit 519d9a9

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

5.data-visualization/README.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# 数据可视化
22
## 一、matplotlib学习之基本使用
3+
**代码目录:**[1.matplotlib](1.matplotlib)
4+
35
### 目录
6+
47
- 1.figure学习
58
- 2.设置坐标轴
69
- 3.Legend 图例
@@ -12,17 +15,19 @@
1215
### 重要参考资料-A Brief matplotlib API Primer(一个简单的matplotlib API入门)
1316
**(这个内容来自《利用python进行数据分析第二版》,主要内容):**
1417

15-
- 1 Figures and Subplots(图和子图)
16-
- 2 Colors, Markers, and Line Styles(颜色,标记物,线样式)
17-
- 3 Ticks, Labels, and Legends(标记,标签,图例)
18-
- 4 Annotations and Drawing on a Subplot(注释和在subplot上画图)
19-
- 5 Saving Plots to File(把图保存为文件)
20-
- 6 matplotlib Configuration(matplotlib设置)
18+
1. Figures and Subplots(图和子图)
19+
2. Colors, Markers, and Line Styles(颜色,标记物,线样式)
20+
3. Ticks, Labels, and Legends(标记,标签,图例)
21+
4. Annotations and Drawing on a Subplot(注释和在subplot上画图)
22+
5. Saving Plots to File(把图保存为文件)
23+
6. matplotlib Configuration(matplotlib设置)
2124

2225

2326

2427
## 二、数据可视化的利器-Seaborn简易入门
2528

29+
**代码目录:**[2.seaborn](2.seaborn)
30+
2631
Matplotlib试着让简单的事情更加简单,困难的事情变得可能,而Seaborn就是让困难的东西更加简单。
2732

2833
Seaborn是针对统计绘图的,一般来说,seaborn能满足数据分析90%的绘图需求。

0 commit comments

Comments
 (0)