|
From: Hans-Bernhard B. <HBB...@t-...> - 2012-02-20 22:49:01
|
On 20.02.2012 03:54, Allan Felipe wrote: > Hi, people, thanks for the answers. ( I am new here, I received 3 answers in > my e-mail, shouldn't I also see them here in the forum? ) This is not a forum, it's a mailing list. And IIRC it's configured to avoid sending duplicates to the direct recipient. > I think it's not elegant because I need to save a file and then read it > again, instead of using the data which is being generated. Well, like I said before: gnuplot is not designed to work the way you want to. Ultimately the data has to be stored /somewhere/. Since gnuplot doesn't store them, that means either it has to be stored in your program (and you send it all again for every re-draw), or it's stored somewhere else (e.g. in a file). |