module #39;matplotlib#39; has no attribute #39;verbose#39;(模块“matplotlib没有属性“详细)
问题描述
我可以在终端中运行我的程序,但是当我直接使用 Pycharm 运行它时,它给出了
I can run my program in the terminal, but when I run it directly using Pycharm, it gives
AttributeError: 模块 'matplotlib' 没有属性 'verbose'
AttributeError: module 'matplotlib' has no attribute 'verbose'
推荐答案
我想我找到了答案.我遇到了同样的问题.在 PyCharm Professional 2017.3 中,转到文件 |设置 |工具 |蟒蛇科学.有一个选项可以在工具窗口中显示图".取消选中此选项.然后它应该可以正常工作.它与 PyCharm 试图通过允许您与您的绘图进行交互来帮助您有关 - 正如本问题讨论中所暗示的那样.https://youtrack.jetbrains.com/issue/PY-26652
I think I found the answer. I was having the same problem. In PyCharm Professional 2017.3, go to File | Settings | Tools | Python Scientific. There is an option there to "Show plots in toolwindow". Uncheck this option. Then it should work ok. It has something to do with PyCharm trying to help you by allowing you to interact with your plots - as hinted at in this issue discussion. https://youtrack.jetbrains.com/issue/PY-26652
这篇关于模块“matplotlib"没有属性“详细"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:模块“matplotlib"没有属性“详细"
基础教程推荐
- 筛选NumPy数组 2022-01-01
- 何时使用 os.name、sys.platform 或 platform.system? 2022-01-01
- 如何在海运重新绘制中自定义标题和y标签 2022-01-01
- 线程时出现 msgbox 错误,GUI 块 2022-01-01
- Python kivy 入口点 inflateRest2 无法定位 libpng16-16.dll 2022-01-01
- 使用PyInstaller后在Windows中打开可执行文件时出错 2022-01-01
- 用于分类数据的跳跃记号标签 2022-01-01
- 在 Python 中,如果我在一个“with"中返回.块,文件还会关闭吗? 2022-01-01
- 如何让 python 脚本监听来自另一个脚本的输入 2022-01-01
- Dask.array.套用_沿_轴:由于额外的元素([1]),使用dask.array的每一行作为另一个函数的输入失败 2022-01-01