Path: csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Karl Ratzsch Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Heatmap doesn't show all the points Date: Tue, 10 Nov 2015 16:52:52 +0100 Organization: solani.org Lines: 13 Message-ID: References: <6aef38f8-f732-4764-b955-21ef638319d8@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Trace: solani.org 1447170775 14311 eJwNysERACEIA8CW5DABynHA9F+Ct++F09ixCW4IstAZLEU6mvB1UmXTMzX80svNcYW8xv+sBxgaEIg= (10 Nov 2015 15:52:55 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Tue, 10 Nov 2015 15:52:55 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 X-User-ID: eJwNyckBwDAIA7CVOJ14HKBl/xFafZUOxZxAInJzz2MQsnrGPZv3T1Uj70X0gKLrbS9PocvkAwwYEH4= In-Reply-To: Cancel-Lock: sha1:PM3AuKeouOTMNhtRMmgOyNuvQ0A= X-NNTP-Posting-Host: eJwFwQERACAIA8BKDBxKHN1B/wj+MxKpvZK5OByJ4ZrV/ZCMMpouYH7ibMKErlHdgrzsvA8VHhCU X-Enigmail-Draft-Status: N1110 Xref: csiph.com comp.graphics.apps.gnuplot:3118 Am 10.11.2015 um 15:23 schrieb Miguel A. Fernández: > Thank you Jörg, 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 exactly the same as pause, so I added it just after the plotting. And it works! > > Now the program is working, just a bit slow because of the pause. > 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 those white spots. > > Thank you again. > > Miguel > Can't you just pipe commands and data into gnuplot?