먼저, 아래의 2개 방법은 자동으로 범례를 탐지해서 범례를 생성해주는 예제입니다. (1-1) ax.plot(label='text...') --> ax.legend() 또는 plt.legend().
確定! 回上一頁