Matplotlib windows are not shown in front of Spyder on OS X
See original GitHub issueI updated to Anaconda 2.3.0 (OS X 64 bit, Python 2.7) with Spyder 2.3.5.2. I configured Spyder with interactive graphics but then no graphic window is shown. Only inline graphics work.
I deleted the Anaconda installation and the Anaconda configuration folders with rm -rf .conda/ .spyder2/ .ipython/ .matplotlib/
and installed Anaconda 2.3.0 again. But that didn’t help.
Any idea how to get interactive graphics in Anaconda 2.3.0 with Spyder back again?
Issue Analytics
- State:
- Created 8 years ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
How do I display a matplotlib figure window on top of all other ...
The way around this is go to Preferences->Console->External Modules, set the GUI Backend to TkAgg, and restart Spyder. Then the code above ...
Read more >Resolved: Matplotlib figures not showing up or displaying
Ever try to plot a matplotlib figure and not have it display to your screen? I'll show you how to fix when matplotlib...
Read more >Customizing Matplotlib with style sheets and rcParams
Tips for customizing the properties and default styles of Matplotlib. There are three ways to customize Matplotlib: Setting rcParams at runtime. Using style ......
Read more >Raising a Figure Window to the Foreground
This post describes a utility function that will raise a plot window to the foreground of your screen. The function will only work...
Read more >Python IDEs and Code Editors (Guide)
Available for Linux, Windows, and OS X at , Eclipse is the de-facto ... that I haven't seen in other Python editing environments...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Steps to reproduce:
1.) Start Spyder 2.3.5.2 from Anaconda Launcher 2.) Go to preferences -> IPython console -> Graphics -> Backend: changed to “Automatic” 3.) Select “Apply” and close preferences 3.) Restart IPython kernel 4.) Create simple graphic like
=> No interactive window pops up or is open in the background
Also quit Spyder and restart after change in preferences didn’t shows the interactive graphic window.
Hey @psomdeb25, I think this error is fixed in our latest version (5.3.2).
Since it’s still not available in Anaconda, you have two options:
Use our Mac installer, which you can find here.
Create a new environment with conda-forge packages. For that, please close Spyder, open the Anaconda Prompt and run the following commands there: