Matplotlib ion() and subprocesses
Instead of the mpl.draw(), try:
mpl.pause(0.001)
when using the matplotlib interactive mode ion(). Note that this only works from matplotlib 1.1.1 RC or higher.
Instead of the mpl.draw(), try:
mpl.pause(0.001)
when using the matplotlib interactive mode ion(). Note that this only works from matplotlib 1.1.1 RC or higher.