import matplotlib.pyplot as plt from matplotlib.legend_handler import HandlerLine2D # 设置legend图例l1,=plt.plot(x,y1,marker = 'o',label='linear line') l2 ...
確定! 回上一頁