Tuesday, November 13, 2012

Interactive matplotlib and Ipython

This page has useful information about this.

Start ipython using: ipython -pylab

Controlling interactive updating
isinteractive() returns the interactive setting True|False
ion() turns interactive mode on
ioff() turns interactive mode off
draw() forces a figure redraw

No comments:

Post a Comment