X-FeedAbuse: http://nntpfeed.proxad.net/abuse.pl feeded by 88.191.16.109 Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.dougwise.org!nntpfeed.proxad.net!nospam.fr.eu.org!usenet-fr.net!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail From: =?ISO-8859-1?Q?Hans-Bernhard_Br=F6ker?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Appending data to existing plot Date: Fri, 03 Jun 2011 20:22:47 +0200 Lines: 33 Message-ID: <94sn2pFc5tU1@mid.dfncis.de> References: <315104e5-99fb-4cc5-8670-5be14fcb4d49@q12g2000prb.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.dfncis.de TwCwUD0hy0oB9hgNAq+K4AU8jN+7JR2b/hMGw9nvzwqZfPsqtNNIT1R4J5 Cancel-Lock: sha1:+4LDh9QUadhgBYA/lnWstW0X0Yo= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 In-Reply-To: <315104e5-99fb-4cc5-8670-5be14fcb4d49@q12g2000prb.googlegroups.com> Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:360 On 02.06.2011 20:22, Michalk wrote: > I have used Gnuplot off and on for maybe 15 years now. It seems > that by now, it would be possible to add a single datapoint to an > existing file. Erm... why? In open source software projects, just like in any other software, nothing happens by just waiting for time to pass. > I checked the patches, and didn't see anything there. Is there any > interest in this? Apparently little to none. gnuplot is a program for plots, not for real-time display of constantly changing data. It can be used to that end, but you'll have to apply some moderation to your expectations. > What I do now, using a Perl interface is to maintain the queue of data > in Perl and plot a new graph for each new datapoint. That can easily be excessive. Reduce that to at most one update a second and you should be fine. And move the main data storage from inside the perl engine to an actual file. Writing all the data again for every update doesn't serve any useful purpose for this situation. > Normally this is not a problem, but the target system is an embedded, > fanless system running at 800MHz, and doing other tasks as well. 800 MHz is plenty fast unless you use some of the more computation intense features like dgrid3d, 'smooth' or hidden3d.