Using PyCharm I want to show plot extra figure windows(使用 PyCharm 我想显示绘图额外的图形窗口)
问题描述
安装 Anaconda3 &PyCharm 在新 PC 中,我尝试测试与上传
但通常我使用这种格式的绘图窗口(来自谷歌图片搜索)
我认为第一个视图对于检查所有绘图很有用,但我已经习惯了第二个版本,将绘图图形与 PyCharm 控制台分开,我可以使用控制面板.
所以我想像第二张图片那样使用 PyCharm.如何更改我的 PyCharm 设置以使用第二版绘图图(额外窗口)?
那是因为 PyCharm 正在 Sciview 中打开它.转到设置=>搜索 Python 科学.取消选中(仅)框在工具窗口中显示图.重新启动 PyCharm.它应该像魅力一样工作;)
与我的答案有关.
After installing Anaconda3 & PyCharm in new PC, I tried to test the same code as uploaded here
And I got a window like this.
But usually I use the plot window like this format (from google image search)
I think the first view is useful for checking all of the plots, but I'm already used to the second version, separated plot figure from PyCharm console, and I can use the control panel.
So I want to use PyCharm as in the second picture. How can I change my PyCharm settings to use the second version plot figure (extra window)?
That's because PyCharm is opening it in Sciview. Go to Settings => search for Python Scientific. Uncheck the (only) box Show plots in toolwindows. Restart PyCharm. It should work like a charm ;)
Related to my answer here.
这篇关于使用 PyCharm 我想显示绘图额外的图形窗口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:使用 PyCharm 我想显示绘图额外的图形窗口


- 使用公司代理使Python3.x Slack(松弛客户端) 2022-01-01
- 计算测试数量的Python单元测试 2022-01-01
- YouTube API v3 返回截断的观看记录 2022-01-01
- ";find_element_by_name(';name';)";和&QOOT;FIND_ELEMENT(BY NAME,';NAME';)";之间有什么区别? 2022-01-01
- 使用 Cython 将 Python 链接到共享库 2022-01-01
- 检查具有纬度和经度的地理点是否在 shapefile 中 2022-01-01
- CTR 中的 AES 如何用于 Python 和 PyCrypto? 2022-01-01
- 我如何卸载 PyTorch? 2022-01-01
- 如何使用PYSPARK从Spark获得批次行 2022-01-01
- 我如何透明地重定向一个Python导入? 2022-01-01