figsize:指定figure的寬和高,單位為英寸; ... import numpy as np import matplotlib.pyplot as plt x = np.arange(0, 100) plt.subplot(221) ...
確定! 回上一頁