Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #1858

Re: Plot a Matrix with colour and numbers in it

From sfeam <sfeam@users.sourceforge.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: Plot a Matrix with colour and numbers in it
Followup-To comp.graphics.apps.gnuplot
Date 2013-05-27 11:12 -0700
Organization gnuplot development team
Message-ID <ko07ef$h52$1@dont-email.me> (permalink)
References <d6d33942-f881-4396-a0cb-cec3fe1990e7@googlegroups.com>

Followups directed to: comp.graphics.apps.gnuplot

Show all headers | View raw


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

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Plot a Matrix with colour and numbers in it Niklas Casper <casperniklas@gmail.com> - 2013-05-27 10:13 -0700
  Re: Plot a Matrix with colour and numbers in it sfeam <sfeam@users.sourceforge.net> - 2013-05-27 11:12 -0700
    Re: Plot a Matrix with colour and numbers in it Niklas Casper <casperniklas@gmail.com> - 2013-05-27 11:58 -0700
      Re: Plot a Matrix with colour and numbers in it Christoph Bersch <usenet@bersch.net> - 2013-05-28 09:25 +0200
        Re: Plot a Matrix with colour and numbers in it Niklas Casper <casperniklas@gmail.com> - 2013-05-28 03:04 -0700
          Re: Plot a Matrix with colour and numbers in it Christoph Bersch <usenet@bersch.net> - 2013-05-28 12:44 +0200
            Re: Plot a Matrix with colour and numbers in it Niklas Casper <casperniklas@gmail.com> - 2013-05-28 12:22 -0700

csiph-web