glumpy

Display NumPy array as continuously updating image with Glumpy

I've got a simulation model running in Python using NumPy and SciPy and it produces a 2D NumPy array as the output each iteration. I've been displaying this output as an image using matplotlib and the imshow function. However, I've found out about Glumpy, and on its documentation page it says: Thanks to the IPython shell, glumpy can be ...