谈到网站统计,大家第一时间想到的肯定是 Google Analytics。然而,我们都知道 Google Analytics 会收集所有用户的信息,对数据没有任何控制和隐私保护。
Google Analytics 收集的指标实在是太多了,有很多都是不必要的,…
一、四种方法
legend()
legend(handles, labels)
legend(handleshandles)
legend(labels)1 legend()
labels自动通过绘图获取(Automatic detection of elements to be shown in the legend)
# 第一种方法
ax.plot([1, 2, 3], labelInline label)
ax.l…