README.md 1.5 KB
Newer Older
W
init  
wizardforcel 已提交
1 2 3 4 5 6
# 数据可视化的基础知识

![](cover.jpg)

> 原文:[Fundamentals of Data Visualization](https://serialmentor.com/dataviz/)
> 
W
wizardforcel 已提交
7 8
> 校验:[飞龙](https://github.com/wizardforcel)
> 
W
init  
wizardforcel 已提交
9 10
> 协议:[CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/)
> 
布客飞龙 已提交
11
> 人最大的痛苦就是说一些自己都不相信的话。——燕京学堂鹿会
W
init  
wizardforcel 已提交
12

W
wizardforcel 已提交
13
* [在线阅读](https://dataviz.apachecn.org)
W
wizardforcel 已提交
14
* [在线阅读(Gitee)](https://apachecn.gitee.io/dataviz-zh/)
W
init  
wizardforcel 已提交
15 16 17
* [ApacheCN 面试求职交流群 724187166](https://jq.qq.com/?_wv=1027&k=54ujcL3)
* [ApacheCN 学习资源](http://www.apachecn.org/)

W
wizardforcel 已提交
18 19 20 21 22 23 24 25 26
## 编译

```
npm install -g gitbook-cli
gitbook fetch 3.2.3
git clone https://github.com/apachecn/found-data-vis-zh
cd found-data-vis-zh
gitbook <pdf|epub|mobi>
```
W
init  
wizardforcel 已提交
27 28 29 30 31 32 33

## 联系方式

*   在我们的 [apachecn/found-data-vis-zh](https://github.com/apachecn/found-data-vis-zh) github 上提 issue.
*   发邮件到 Email: `apachecn@163.com`.
*   在我们的 [组织学习交流群](http://www.apachecn.org/organization/348.html) 中联系群主/管理员即可.

W
wizardforcel 已提交
34 35
## 下载

W
wizardforcel 已提交
36 37 38 39 40 41 42 43
### Docker

```
docker pull apachecn0/dataviz-zh
docker run -tid -p <port>:80 apachecn0/dataviz-zh
# 访问 http://localhost:{port} 查看文档
```

W
wizardforcel 已提交
44 45 46 47 48 49 50 51
### PYPI

```
pip install dataviz-zh
dataviz-zh <port>
# 访问 http://localhost:{port} 查看文档
```

W
wizardforcel 已提交
52 53 54 55 56 57 58 59
### NPM

```
npm install -g dataviz-zh
dataviz-zh <port>
# 访问 http://localhost:{port} 查看文档
```

W
init  
wizardforcel 已提交
60 61
## 赞助我们

W
wizardforcel 已提交
62
![](docs/img/qr_alipay.png)