ax = subplot(1,1,1) p1, = ax.plot([1,2,3], label="line 1") p2, ... By default, the legend will anchor to the bbox of the axes (for legend) or the bbox of ...
確定! 回上一頁