import matplotlib.pyplot as plt. #Code for plotting the graph. plt.savefig( 'output.png' ) #save the plot as PNG file. plt.savefig( 'output.jpg' ) #save the ...
確定! 回上一頁