weixin_30453651的博客I am trying to plot information against ... I have a list of dates in the format "01/02/1991".I converted them by doing the following:x = parser.parse(date).strftime('%Y%m%d'))which gives 19910102T...
大福 mkq0.39~的博客我在绘制简单的折线图时遇到了问题,在y轴上有数值,其中轴上的日期是:我的python代码如下:i = 0 #iterator for weather dataxAxis = []yAxis = []for trainingDate in observations[:,0]: #getting values in x ...