Path to this page:
./
wip/py-drawnow,
MATLAB-like drawnow
Branch: CURRENT,
Version: 0.44,
Package name: py312-drawnow-0.44,
Maintainer: jihbed.researchMatlab 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)
- (2024-09-19) Updated to version: py312-drawnow-0.44
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Updated to version: py310-drawnow-0.44
- (2023-02-13) Package has been reborn
- (2021-10-08) Updated to version: py39-drawnow-0.44
CVS history: (Expand)
2014-05-12 00:44:54 by Kamel Derouiche | Files touched by this commit (4) | |
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.
|