Path: csiph.com!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!mx05.eternal-september.org!.POSTED!not-for-mail From: sfeam Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Plot a Matrix with colour and numbers in it Followup-To: comp.graphics.apps.gnuplot Date: Mon, 27 May 2013 11:12:27 -0700 Organization: gnuplot development team Lines: 18 Message-ID: References: Reply-To: sfeam@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Injection-Date: Mon, 27 May 2013 18:08:15 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="e947cb29d2533e27aa00183e80187dbb"; logging-data="17570"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/k5zLJurIDTrwSEBPoLUk0" User-Agent: KNode/4.4.9 Cancel-Lock: sha1:EcwWAfI2B3FcaUDQDeu0J7Pj8P4= Xref: csiph.com comp.graphics.apps.gnuplot:1858 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