plt.plot(x, y) # Customizing the plot plt.plot(x, y, 'r--', linewidth=3, markersize=10) plt.xlabel('X-axis') plt.ylabel('Y-axis') plt.title('Customized Line ...
確定! 回上一頁