def animate(i): #每一格影格的繪圖內容#在每一格繪製與狀態價值相同大小的彩色四邊形 line, = ax.plot([0.5], [2.5], marker="s", color=cm.jet(V[i][0]), ...
確定! 回上一頁