Basic syntax: plt.savefig("/path/to/output/directory/figure.png") # Example usage: import matplotlib.pyplot as plt plt.figure() plt.plot(range(5)) ...
確定! 回上一頁