我有一个包含许多子图的图。fig = plt.figure(num=None, figsize=(26, 12), dpi=80, ... plt.subplot(221) plt.gca().set_title('title') plt.subplot(222) etc.
確定! 回上一頁