Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Spyder Plot Inline

Setup: Anaconda 2.0.0 (Win 64), Spyder (2.3.0rc that came with Anaconda)

I configure the graphics: Tools > Preferences > iPython console > Graphics > Graphics backend > Inline

But no matter what I do the graphics always open in a separate window? Is there a way to force them to be inline in the console?

like image 282
Matt M. Avatar asked Jun 02 '14 19:06

Matt M.


2 Answers

From Spyder 4.0, figures now render in the new Plots pane by default, so the answer in the comments is outdated - for the benefit of people viewing this question in the future; figures can now be plotted inline by unchecking the "Mute Inline Plotting" option from the menu in the top-right of the Plots pane, as shown below.

enter image description here

like image 78
CDJB Avatar answered Oct 01 '22 14:10

CDJB


If you are using the latest version of spyder, you just change "variable explore" to "plots", which shown above the console.

like image 30
Stylish Coder Avatar answered Oct 01 '22 13:10

Stylish Coder