How to draw points of a curve

Mitja nun at meyl.com
Fri Jun 25 05:31:02 EDT 2004


dimfox <lwliuwei at gmail.com>
(news:5e692f7f.0406241917.7b08940c at posting.google.com) wrote:
> Hi, I am new to Python.
>
> What I need to do is to calculate a curve and display it at the same
> time. I don't want to use the gplt.plot() because I need to show the
> animation of the curving growing.
>
> Which package should I use? Which function?

Maybe there's a more elegant solution, but I'd go for manual plotting and a
slight delay before drawing each of the pixels (or rather segments to avoid
any empty spaces in case of steep curves)

>
> Thank you





More information about the Python-list mailing list