# Use the "ggplot" style and create new Figure/Axes ____ ____ ax.plot(seattle_weather["MONTH"], seattle_weather["MLY-TAV

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