From 7bde030843d71cd8fc54d94a6c919b3e34454abb Mon Sep 17 00:00:00 2001 From: ExDevilLee Date: Tue, 28 Apr 2020 18:31:14 +0800 Subject: [PATCH] style: fix markdown ref --- chapters/11-analytics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/11-analytics.md b/chapters/11-analytics.md index 1d72dff..b92ca09 100644 --- a/chapters/11-analytics.md +++ b/chapters/11-analytics.md @@ -69,7 +69,7 @@ minuteswithcount = [(x, dataarray.count(x)) for x in set(dataarray)] ### Matplotlib -开始之前需要安装``matplotlib +开始之前需要安装`matplotlib` ```bash sudo pip install matplotlib