No matplotlib graphs shown in 2020.1 SciView

已回答

After upgrading to 2020.1 Pro, SciView does not display the matplot graphs.

 

The code from here, does not show anything in SciView.

However, it runs properly outside PyCharm (e.g. in ipython console).

0

Please vote for https://youtrack.jetbrains.com/issue/PY-40348 and feel free to leave comments.

0
Avatar
Permanently deleted user

By setting "Run configuration settings, disable "Run with Python Console"" as commented by @Elizaveta Shashkova here makes the graph to appear again.

0
Avatar
Permanently deleted user

For me

import matplotlib
matplotlib
.use('module://backend_interagg')

fixed this issue on MacOSX. The plot now shows up in SciView sidebar.

1

请先登录再写评论。