Call ax.plot to plot "MLY-PRCP-NORMAL" against "MONTHS" in both DataFrames. Pass the color key-word arguments to these c

动态 未结 0 176
小小草
小小草 LV1 2023年9月23日 23:40 发表
下面是完整代码: ```python # Plot Seattle data, setting data appearance ax.plot(seattle_weather["MONTH"], seattle_weather["MLY-PRCP-NORMAL"], color='b', marker='o', linestyle='--') # Plot Austin data, setting data appearance ax.plot(austin_weather["MONTH"], austin_weather["MLY-PRCP-NORMAL"], color='r', marker='v', linestyle='--') # Call show to display the resulting plot plt.show() ```
收藏(0)  分享
相关标签: 智能问答
问题没解决?让AI助手帮你作答 AI助手
0个回复
  • 消灭零回复