matplotlib - Manipulate inline figure in IPython notebook -
i using ipython 0.12.1 notebook connect windows machine linux server ipython kernel runs. since linux machine doesn't have x-server installed, using following configuration:
ipkernelapp.pylab = 'inline'
which displays figures inline.
ipython closes figures once drawn in notebook. how can edit figure drawn? adding title. drawing process takes while case , appreciate means play figure before saving without need redraw it.
i tried saving handle figure , working that, not successful.
i ended setting following in ipython notebook configuration file:
c.inlinebackend.close_figures = false the figures editable have close them myself instead close('all')
Comments
Post a Comment