X-Received: by 10.182.99.225 with SMTP id et1mr4705941obb.36.1447184176491; Tue, 10 Nov 2015 11:36:16 -0800 (PST) X-Received: by 10.182.247.67 with SMTP id yc3mr59484obc.0.1447184176466; Tue, 10 Nov 2015 11:36:16 -0800 (PST) Path: csiph.com!au2pb.net!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!i2no1587676igv.0!news-out.google.com!f6ni246igq.0!nntp.google.com!i2no2427380igv.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Tue, 10 Nov 2015 11:36:16 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=217.216.99.248; posting-account=7oqUIQoAAAB-DH4jDXAL3cjzBaQWHdtu NNTP-Posting-Host: 217.216.99.248 References: <6aef38f8-f732-4764-b955-21ef638319d8@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <69e5b933-e34e-41ba-8630-01b892bf3679@googlegroups.com> Subject: Re: Heatmap doesn't show all the points From: =?ISO-8859-1?Q?Miguel_A=2E_Fern=E1ndez?= Injection-Date: Tue, 10 Nov 2015 19:36:16 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Lines: 23 Xref: csiph.com comp.graphics.apps.gnuplot:3119 El martes, 10 de noviembre de 2015, 16:52:57 (UTC+1), Karl Ratzsch escribi= =F3: > Am 10.11.2015 um 15:23 schrieb Miguel A. Fern=E1ndez: >=20 > > Thank you J=F6rg, because I think you just solved my problem. Yesterday= I tried adding a pause in the program, but I discovered that the function = "pause" has been deleted of fortran a long time ago, so I desisted. Today I= searched a little bit more and I found the function "sleep", wich is exact= ly the same as pause, so I added it just after the plotting. And it works! > >=20 > > Now the program is working, just a bit slow because of the pause.=20 > > I think the problem was that, while gnuplot was plotting all the data, = fortran was replacing the file with an empty one, creating as a result thos= e white spots. > >=20 > > Thank you again. > >=20 > > Miguel > >=20 >=20 > Can't you just pipe commands and data into gnuplot? Hello Karl. The issue here is that the data I have to input is being create= d simultaneously, so I cant pipe it directly.