line plot data on the Axes ax.plot(x, y, 'b-', linewidth=2, label=r'$y=\sin(x)$'). # --- add title, labels and legend, etc. ax.set_ylabel(r'$y$', ...
確定! 回上一頁