import matplotlib.pyplot as plt plt.plot([1,2,3,4]) ... color='b', bbox={'facecolor':'y','alpha':0.3}) plt.plot(x,y1,'g-') plt.plot(x,y3 ...
確定! 回上一頁