style: fix markdown ref

This commit is contained in:
ExDevilLee 2020-04-28 18:31:14 +08:00 committed by GitHub
parent 711bd8716a
commit 7bde030843
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