And so combining the lines and polygons together, we can make the legend how we want it. fig, ax = plt.subplots() # First Line ax.plot(x,y1, ...
確定! 回上一頁