import matplotlib.pyplot as plt x = [1,2,3,4,5] fig = plt.figure() plt.subplot() plt.plot(x) plt.show(). Python matplotlib 教學- Figure 參數設定.
確定! 回上一頁