matplotlib註釋

import numpy as np import matplotlib.pyplot as plt x=np.arange(-10,11,1) y=x**2 plt.plot(x,y) plt.annotate(‘this is the bottom’,xy=(0,1),xytext=(0,20),arrowprops=dict(facecolor=‘r’,headlength=10,headw
相關文章
相關標籤/搜索