X-Received: by 10.224.42.141 with SMTP id s13mr15869908qae.3.1369681125278; Mon, 27 May 2013 11:58:45 -0700 (PDT) X-Received: by 10.49.121.9 with SMTP id lg9mr2212837qeb.39.1369681125259; Mon, 27 May 2013 11:58:45 -0700 (PDT) Path: csiph.com!usenet.pasdenom.info!news.franciliens.net!news.muarf.org!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!209.85.216.88.MISMATCH!ch1no1379318qab.0!news-out.google.com!y6ni51898qax.0!nntp.google.com!t14no991667qam.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Mon, 27 May 2013 11:58:45 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=77.21.192.69; posting-account=dedIcwoAAABmOdEI-O6rB4FSB_rWQNqf NNTP-Posting-Host: 77.21.192.69 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Plot a Matrix with colour and numbers in it From: Niklas Casper Injection-Date: Mon, 27 May 2013 18:58:45 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.graphics.apps.gnuplot:1859 On Monday, May 27, 2013 8:12:27 PM UTC+2, sfeam wrote: > Niklas Casper wrote: > > > > > Hello! > > > > > > I want to create a Matrix like these: > > > https://googledrive.com/host/0B_AFgrOzVSTnSXd0TWJBUDhuUFU/index.html > > > > > > With "plot...matrix image" I can plot the Heatmap with colours, but I > > > need also the numbers in it. How does it work? > > > > > > plot 'map1' matrix using 1:2:3 with image, \ > > 'map1' matrix using 1:2:(sprintf("%g",column(3))) with labels > > > > > > > > > > Thanks > > > Niklas Thanks, it works fine. I've created a script - plotting 3 matrices - that plots only one. Why?