Thank you for the logs, regrettably there no related events in it.
Is it reproducible with any code or a specific one? Could you please provide me with a code example, python version so I will try to reproduce it on my site.
You can upload files to the same FTP or post code here.
I was too lazy to construct a minimal code example, but after the problem miraculuosly disappeared today I went ahead and tracked down what helped: the culprit was the line
matplotlib.use('TkAgg')
Commenting this line leads to plots being shown in SciView, uncommenting it - to them being shown in separate windows
Hello,
Do you have "View | Scientific mode" enabled?
I did not and I enabled it now. But that did not change the behavior
Hi,
I should have mentioned this as well. Please go to Settings/Preferences | Tools | Python Scientific and check "Show plots in tool window"
It's checked already
Please upload your logs folder zipped from ***Help | Compress Logs and Show in…*** to the FTP
https://uploads.services.jetbrains.com/ and please let me know the filename.
Also, please try using different matplotlib backend, by adding in the code:
matplotlib.use('name of backend')https://matplotlib.org/faq/usage_faq.html
What if you paste the code to a python file and run it? Do you get the same result?
Hi Antonina,
I have the same problem. I went over all recommendations in this thread (including trying different backends) to no avail.
I've uploaded the file you requested, its name is
Hello,
Thank you for the logs, regrettably there no related events in it.
Is it reproducible with any code or a specific one? Could you please provide me with a code example, python version so I will try to reproduce it on my site.
You can upload files to the same FTP or post code here.
Hello,
I was too lazy to construct a minimal code example, but after the problem miraculuosly disappeared today I went ahead and tracked down what helped: the culprit was the line
matplotlib.use('TkAgg')Commenting this line leads to plots being shown in SciView, uncommenting it - to them being shown in separate windows