import matplotlib.pyplot as plt def plot(results_plt,title,filename): ... plt.xlim(3.0, 4.2) #***I want to keep these values fixed" plt.ylim([0, ...
確定! 回上一頁