Merge pull request #47 from ExDevilLee/patch-3

style: fix markdown ref
This commit is contained in:
Phodal Huang 2020-04-28 18:33:38 +08:00 committed by GitHub
commit e0237031f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,7 @@ minuteswithcount = [(x, dataarray.count(x)) for x in set(dataarray)]
### Matplotlib
开始之前需要安装``matplotlib
开始之前需要安装`matplotlib`
```bash
sudo pip install matplotlib