You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a very basic code on my work computer to create a plot in Spyder using Matplotlib. I am new to Mac OS and installed Spyder through a standalone installer as my organization does not allow Anaconda. I have the most updated versions of Matplotlib, Spyder and Python. On running the code to generate an interactive plot, I see a white window that's frozen and hangs up. I can run Spyder only after I force quit the window.
Also, my backend is set to Automatic (Spyder-->preferences-->IPython console-->Graphics-->Backend-->automatic).
Plot works fine when I set it to inline but the disadvantage there is that it's not interactive.
Do you see any output in the console when the window hangs? Also what happens if you set the backend to a specific interactive one?
A colleague of mine recently had a similar problem in pycharm: the traceback showed that it was somehow defaulting to the macos backend, although she was using Linux…
Bug summary
I have a very basic code on my work computer to create a plot in Spyder using Matplotlib. I am new to Mac OS and installed Spyder through a standalone installer as my organization does not allow Anaconda. I have the most updated versions of Matplotlib, Spyder and Python. On running the code to generate an interactive plot, I see a white window that's frozen and hangs up. I can run Spyder only after I force quit the window.
Also, my backend is set to Automatic (Spyder-->preferences-->IPython console-->Graphics-->Backend-->automatic).
Plot works fine when I set it to inline but the disadvantage there is that it's not interactive.
Code for reproduction
Actual outcome
Expected outcome
I was expecting to create a plot that works fine when I set backend to 'inline'
Additional information
No response
Operating system
Mac OS
Matplotlib Version
3.8.0
Matplotlib Backend
Qt5Agg
Python version
3.9.6
Jupyter version
No response
Installation
pip
The text was updated successfully, but these errors were encountered: