./wip/py-drawnow, MATLAB-like drawnow

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.44, Package name: py310-drawnow-0.44, Maintainer: jihbed.research

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.


Required to run:
[graphics/py-matplotlib] [devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 6a54aecc07b5940c2d6c5c8e9bd509d479237331
Filesize: 2.232 KB

Version history: (Expand)


CVS history: (Expand)


   2014-05-12 00:44:54 by Kamel Derouiche | Files touched by this commit (4) | Package updated
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.