← Back to team overview

yade-dev team mailing list archive

Re: live plot update during simulation

 

What is this funny thing? :-)

> + thread.start_new_thread(livePlotLoop,(1,2))
> +
> +
> +def livePlotLoop(dummy1,dummy2):


Did you read the tutorial section
http://docs.python.org/tutorial/datastructures.html#tuples-and-sequences
paragraph starting "A special problem is the construction of tuples
containing 0 or 1 items"?

v






References