fig, ax = plt.subplots(). x = np.arange( 0.0 , 5.0 , 0.01 ). y = np.sin( 2 * np.pi * x). # Annotation. ax.annotate( 'Local Max' ,. xy = ( 3.3 , 1 ),.
確定! 回上一頁