logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Python 无法用matplotlib来显示图像问题

一、警告信息:UserWarning: Matplotlib is currently using agg, which is a non-GUIbackend, so cannot show the figure。解决办法:1,查看一下目前matplotlib的后端渲染器设置,import matplotlib as mplprint(mpl.get_backend())我的显示是“agg",a

到底了