... axes) = plt.subplots(figsize=(18,10)) axes.bar( month_nums, monthly_means, width=0.96, align="center", alpha=0.6) axes.scatter( temps3["Month"], ...
確定! 回上一頁