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


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

Re: Plot a Matrix with colour and numbers in it

Newsgroups comp.graphics.apps.gnuplot
Date 2013-05-27 11:58 -0700
References <d6d33942-f881-4396-a0cb-cec3fe1990e7@googlegroups.com> <ko07ef$h52$1@dont-email.me>
Message-ID <d87eaef5-b236-4117-bb77-bb7aeb3ef67d@googlegroups.com> (permalink)
Subject Re: Plot a Matrix with colour and numbers in it
From Niklas Casper <casperniklas@gmail.com>

Show all headers | View raw


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?

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