Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't create plot from the debug console #1606

Closed
kilianjn opened this issue Jun 20, 2024 · 1 comment
Closed

Can't create plot from the debug console #1606

kilianjn opened this issue Jun 20, 2024 · 1 comment

Comments

@kilianjn
Copy link

Hey!

With the new update a new problem got introduced as described in the following thread regarding the Python version https://github.com/microsoft/vscode-python/issues/23649

Since then matplotlib does not work anymore when calling e.g. plt.imshow() from the debug console . An empty window opens without an image inside and it cant be closed either. Only a full stop of the debugger closes it. When calling the same function from the script everything works fine.

@karthiknadig karthiknadig transferred this issue from microsoft/vscode-python-debugger Jun 20, 2024
@yhidaka
Copy link

yhidaka commented Jul 5, 2024

I'm encountering the same issue. But if I lower matplotlib version from 3.9 to 3.8 (3.8.4 to be precise) in my conda environment, then the problem has disappeared, at least for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants