plt.annotate函数案例一则

观察:plt.legend & plt.annotate两个函数的用法;持续更新中 import numpy as np import matplotlib.pyplot as plt # generate different normal distributions x1 = np.random.normal(30, 3, 100) x2 = np.random.normal(20, 2, 1
相关文章
相关标签/搜索