随笔分类 -  BUG FIX

bug集合
摘要:时间说明:2019.11.05 环境说明:python3.6 问题说明:用plt.imshow()或者plt.matshow()画图的时候,标题一直在图的上方,如何调节标题的位置 1、首先是如何对matshow添加标题,在plt.matshow()之前使用plt.title()是不行的,必须在mat 阅读全文
posted @ 2019-11-05 15:14 ddfs 阅读(28107) 评论(2) 推荐(3)
摘要:from netCDF4 import Dataset后出现“DLL load failed:”的错误。 阅读全文
posted @ 2019-09-25 16:59 ddfs 阅读(2816) 评论(0) 推荐(0)
摘要:环境说明:python3.6 时间说明:2019年10月 解决方案: 先卸载旧的matplotlib库(sudo pip3 uninstall matplotlib),再利用命令 sudo apt-get install python-matplotlib安装,自动安装依赖包。若单独安装matplo 阅读全文
posted @ 2018-11-07 00:34 ddfs 阅读(1534) 评论(0) 推荐(0)