안녕하세요. 언제나휴일입니다. 이번에는 pyplot으로 주석을 나타내는 annotate를 사용해 봅시다. 0. 함수 원형 #주석 달기 #matplotlib.pyplot.annotate(s, xy, *args, **kwargs) # s: str # xy: (float, float) #선택 # xytext: (float, float), defaults:xy # xycoords: str # 'figure points'Points from the lower left of the figure # 'figure pixels'Pixels from the lower left of the figure # 'figure fraction'Fraction of figure from lower left # 'axes point..