Hi,

I'm slightly confused as to how i'm supposed to write a program that
will call plot() once initially, and then subsequently update the plot
with new points as they are generated.

As i understand it I should be doing something along the following lines:

#First call:
plot(x0,y0,hold=True)
show()

#Subsequent calls:
plot(x1,y1,hold=True)
plot(x2,y2,hold=True)
...


But this does not work as expected.

Any help would be appreciated,

Regards,

Dave Andrews

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to