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
相關文章
相關標籤/搜索