Here's a MWE using PyPlot PyPlot.matplotlib.rc("image",cmap="gray") fig, ... (x/π) ax.plot(x/π,y, "-o",color=cm(0.0)) ax.plot(x/π,2y, ...
確定! 回上一頁