Pandas.plot does not plot all of row of a Series object

前端 未结 0 573
梦如初夏
梦如初夏 2021-01-25 05:27

I have a small sample code as below

import pandas as pd
import matplotlib.pyplot as plt

temperatures = [4.4,5.1,6.1,6.2,6.1,6.1,5.7,5.2,4.7,4.1,3.9,3.5]
dates =          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题