X-Received: by 10.98.92.2 with SMTP id q2mr7599435pfb.21.1484666710860; Tue, 17 Jan 2017 07:25:10 -0800 (PST) X-Received: by 10.157.16.48 with SMTP id h45mr2903503ote.10.1484666710812; Tue, 17 Jan 2017 07:25:10 -0800 (PST) Path: csiph.com!feeder.erje.net!2.us.feeder.erje.net!news.glorb.com!r185no1999403ita.0!news-out.google.com!h135ni5723ith.0!nntp.google.com!r185no1996870ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Tue, 17 Jan 2017 07:25:10 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=132.166.8.166; posting-account=z8Ve6goAAABn6czUgKvlbTisCOQvkNvf NNTP-Posting-Host: 132.166.8.166 References: <32edf6eb-702a-403c-96c5-53cc44102fae@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: plotting an adaptive mesh From: maierd83@gmail.com Injection-Date: Tue, 17 Jan 2017 15:25:10 +0000 Content-Type: text/plain; charset=UTF-8 Xref: csiph.com comp.graphics.apps.gnuplot:3537 For the moment I am more than happy with the overplotting method. It works very fast and my data sizes are reduced from: old new data: ~18MB -> 41 kB image: ~33MB (svg) -> 209 kB (svg) and 7kB (png) Unfortunately the png has the problem with the blurry lables for the axes... > If your data comes from a self-written C program, why don't you just let > it write a binary data stream of the expanded picture, and pipe that > into gnuplot? Check "help binary matrix". I'll check that option later. Sounds like I could use this for many things... Thanks again, Daniel