import matplotlib.pyplot as plt fig, [ax, ax1] = plt.subplots(2, 1) ax.plot([1, 2, 3, ... A Figure containing two Axes in different subplots.
確定! 回上一頁