4.案例:显示多图例legend · import matplotlib.pyplot as plt · line1, = plt.plot([1,2,3], label="Line 1", linestyle='--') · line2, = plt.plot([3,2,1] ...
確定! 回上一頁