import numpy as np import matplotlib.pyplot as plt fig1 = plt.figure(num=1) plt.plot([1,2,3,4],[1,2,3,4]) # 绘图 fig2 = plt.figure() x ...
確定! 回上一頁