Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1858
| 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 <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 | Mon, 27 May 2013 11:12:27 -0700 |
| Organization | gnuplot development team |
| Lines | 18 |
| Message-ID | <ko07ef$h52$1@dont-email.me> (permalink) |
| References | <d6d33942-f881-4396-a0cb-cec3fe1990e7@googlegroups.com> |
| 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 |
Followups directed to: comp.graphics.apps.gnuplot
Show key headers only | 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 | Next — Previous in thread | Next in thread | Find similar | Unroll 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