m0_57965808 2021-12-12 15:13 采纳率: 91.2%
浏览 1014
已结题

用matplotlib画图报错:ValueError: could not convert string to float: '2020-02-05'

代码如下:

fig = plt.figure()
ax = fig.add_subplot(1, 1, 1)
ax.plot(x_data, y_data, color='tab:blue')
ax.plot(fx_data, fy_data, color='tab:orange')
ax.plot(zx_data, zy_data, color='tab:red')
 
# create the events marking the x data points
xevents1 = EventCollection(x_data, color='tab:blue', linelength=0.05)
xevents2 = EventCollection(fx_data, color='tab:orange', linelength=0.05)
xevents3=EventCollection(zx_data,color='tab:red',linelength=0.05)
 
# create the events marking the y data points
yevents1 = EventCollection(y_data, color='tab:blue', linelength=0.05,
                           orientation='vertical')
yevents2 = EventCollection(fy_data, color='tab:orange', linelength=0.05,
                           orientation='vertical')
yevents3=EventCollection(zy_data,color='tab:red',linelength=0.05,orientation='vertical')
 
# add the events to the axis
ax.add_collection(xevents1)
ax.add_collection(xevents2)
ax.add_collection(xevents2)
ax.add_collection(yevents1)
ax.add_collection(yevents2)
ax.add_collection(xevents3)
ax.add_collection(yevents3)
# set the limits
ax.set_xlim([0, 1])
ax.set_ylim([0, 1])
 
ax.set_title('line plot with data points')
 
# display the plot
plt.show()
报错:ValueError: could not convert string to float: '2020-02-05'

问题:我没有设置要将数据变为float的代码呀?请问是哪里出错了呢?还是说用matplotlib画图用的数据都会自动转成float?

  • 写回答

3条回答 默认 最新

  • 陈年椰子 2021-12-12 15:30
    关注

    那三组数据 , 大概样子贴一下, 看提示,就是你有个日期字段(字符串类型), 你按数值来要求 plt 展示了。

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

问题事件

  • 系统已结题 12月20日
  • 已采纳回答 12月12日
  • 创建了问题 12月12日

悬赏问题

  • ¥15 软件供应链安全是跟可靠性有关还是跟安全性有关?
  • ¥15 电脑蓝屏logfilessrtsrttrail问题
  • ¥20 关于wordpress建站遇到的问题!(语言-php)(相关搜索:云服务器)
  • ¥15 【求职】怎么找到一个周围人素质都很高不会欺负他人,并且未来月薪能够达到一万以上(技术岗)的工作?希望可以收到写有具体,可靠,已经实践过了的路径的回答?
  • ¥15 Java+vue部署版本反编译
  • ¥100 对反编译和ai熟悉的开发者。
  • ¥15 带序列特征的多输出预测模型
  • ¥15 Python 如何安装 distutils模块
  • ¥15 关于#网络#的问题:网络是从楼上引一根网线下来,接了2台傻瓜交换机,也更换了ip还是不行
  • ¥15 资源泄露软件闪退怎么解决?