Try the figsize parameter in df.plot(figsize=(width,height)) : df = pd.DataFrame({"a":[1,2],"b":[1,2]}) df.plot(figsize=(3,3));.
確定! 回上一頁