我想做的是定義一個包含繪圖句子的函數。像這樣: import matplotlib.pyplot as plt def myfun(args, ax): #...do some calculation with args ax.plot(...) ax.axis(.
確定! 回上一頁