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 我想显示绘图额外的图形窗口
基础教程推荐
- 比较两个文本文件以找出差异并将它们输出到新的文本文件 2022-01-01
- 在 Python 中将货币解析为数字 2022-01-01
- matplotlib 设置 yaxis 标签大小 2022-01-01
- Python,确定字符串是否应转换为 Int 或 Float 2022-01-01
- Python 中是否有任何支持将长字符串转储为块文字或折叠块的 yaml 库? 2022-01-01
- 在 Django Admin 中使用内联 OneToOneField 2022-01-01
- 究竟什么是“容器"?在蟒蛇?(以及所有的 python 容器类型是什么?) 2022-01-01
- Kivy 使用 opencv.调整图像大小 2022-01-01
- kivy 应用程序中的一个简单网页作为小部件 2022-01-01
- 对多索引数据帧的列进行排序 2022-01-01
