Python matplotlib 教學- figure 和axes. fig, ax = plt.subplots() import matplotlib.pyplot as plt x = [1,2,3,4,5] fig, ax = plt.subplots() ax.plot(x) plt.show ...
確定! 回上一頁