yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #04012
Re: yade.plot
> I have a strange behaviour of yade.plot module.
> If I import it, then I need press any key after each execution of
> PeriodicPythonRunner command...
Depends what you execute inside the engine. Have a look at pylab.ion()
and ioff() (interactive on/off) in matplotlib docs, if that helps.
> What happens here? And can I see a "live" graph from yade, without stop
> execution of script?
Not at the moment. I attempted a few times, but without success :-|
References