Learn how to display a Plot in Python using Matplotlib's two APIs. ... 0.3, 0.4 ] y = [ -0.1, -0.2, -0.3, -0.4 ] plot.plot(x, y, color="red", marker="o", ...
確定! 回上一頁