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 我想显示绘图额外的图形窗口


基础教程推荐
- 如何让 python 脚本监听来自另一个脚本的输入 2022-01-01
- 筛选NumPy数组 2022-01-01
- 在 Python 中,如果我在一个“with"中返回.块,文件还会关闭吗? 2022-01-01
- 线程时出现 msgbox 错误,GUI 块 2022-01-01
- 使用PyInstaller后在Windows中打开可执行文件时出错 2022-01-01
- Dask.array.套用_沿_轴:由于额外的元素([1]),使用dask.array的每一行作为另一个函数的输入失败 2022-01-01
- 何时使用 os.name、sys.platform 或 platform.system? 2022-01-01
- Python kivy 入口点 inflateRest2 无法定位 libpng16-16.dll 2022-01-01
- 用于分类数据的跳跃记号标签 2022-01-01
- 如何在海运重新绘制中自定义标题和y标签 2022-01-01