The ylim() function in pyplot module of matplotlib library is used ... axes") plt.xlim(max(x), min(x)) plt.ylim(max(y), min(y)) plt.show().
確定! 回上一頁