path = './reference_plots/' + name + '.png'. if not os.path.exists(path):. plt.savefig(path). raise ValueError( 'Reference plot did not exist.' ).
確定! 回上一頁