In Spyder, plot using Matplotlib with interactive zoom, etc

前端 未结 4 1563
有刺的猬
有刺的猬 2021-01-03 23:50

I\'ve recently switched from Enthought Canopy to Anaconda and am using the Spyder IDE. I\'ve noticed that when I plot some data,

import matplotlib.pyplot as          


        
4条回答
  •  长发绾君心
    2021-01-04 00:05

    Select from the menu Tools > Preferences, then IPython console in the list of categories on the left, then the tab Graphics at the top, and change the Graphics backend from Inline to e.g. Qt.
    For me though, the figures then always pop up in the background.
    (I use Spyder 3.0.0dev bundled with WinPython 3.4.)

提交回复
热议问题