Path to this page:
Subject: CVS commit: wip/py-drawnow
From: Kamel Derouiche
Date: 2014-05-12 00:44:54
Message id: E1WjcUZ-0000gP-Jn@sfs-ml-2.v29.ch3.sourceforge.com
Log Message:
Import py27-drawnow-0.44 as wip/py-drawnow.
Matlab has a great feature where it allows you to update a figure. You can
simply call drawnow and have your figure update. This is nice if you're running
a simulation and want to see the results every iteration. It'd sure be nice if
Python/matplotlib had a similar feature to update the plot each iteration.
This package adds that functionality to matplotlib.
Files: