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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -