Create the figure of desired size; Pass the created axis to the df.plot() command. fig, ax = plt.subplots(figsize=(20, 8)) # <---- Create ...
確定! 回上一頁