How to draw points of a curve

dimfox lwliuwei at gmail.com
Fri Jun 25 10:24:51 EDT 2004


Thank you for the reply,

But can you explain a little more? How to do the manual plotting? With
which function? I am really new to this thing.

Thank you

"Mitja" <nun at meyl.com> wrote in message news:<vfSCc.5635$37.739850 at news.siol.net>...
> 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