Select the 'Solarize_Light2' style, create a new Figure called fig, and a new Axes object called ax with plt.subplots. #

动态 未结 0 123
小小草
小小草 LV1 2023年9月23日 23:40 发表
Here's the updated code: ```python plt.style.use("Solarize_Light2") fig, ax = plt.subplots() ax.plot(austin_weather["MONTH"], austin_weather["MLY-TAVG-NORMAL"]) plt.show() ``` We use `plt.style.use("Solarize_Light2")` to set the plot style to "Solarize_Light2". We then create a new figure and axis using `fig, ax = plt.subplots()`. Finally, we plot the
收藏(0)  分享
相关标签: 智能问答
问题没解决?让AI助手帮你作答 AI助手
0个回复
  • 消灭零回复