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 我想显示绘图额外的图形窗口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!