Re: Overlay ListDensityPlot and Value
- To: mathgroup at smc.vnet.net
 - Subject: [mg37547] Re: Overlay ListDensityPlot and Value
 - From: "Allan Hayes" <hay at haystack.demon.co.uk>
 - Date: Mon, 4 Nov 2002 02:44:34 -0500 (EST)
 - References: <apv64t$r4a$1@smc.vnet.net>
 - Sender: owner-wri-mathgroup at wolfram.com
 
David,
ListDensityPlot[{{1, 2}, {3, 4}, {4, 5}},
Epilog -> {Hue[0],
        MapIndexed[Text[#1, #2 - .5] &,
          Transpose[{{1, 2}, {3, 4}, {5, 6}}], {2}]}];
--
Allan
---------------------
Allan Hayes
Mathematica Training and Consulting
Leicester UK
www.haystack.demon.co.uk
hay at haystack.demon.co.uk
Voice: +44 (0)116 271 4198
Fax: +44 (0)870 164 0565
"David Robinson" <drobin at sandia.gov> wrote in message
news:apv64t$r4a$1 at smc.vnet.net...
> I am currently using ListDensityPlot to view the contents of list.  I
> would like to overlay the values of the list onto the resulting density
> plot, perhaps as 'red' numbers. I've done some digging but haven't seen
> anything similar, but I'm still pretty new to Mathematica so I may have
> missed something.
>
> Any insights would be appreciated!
>
> --
> Dave Robinson
> drobin at sandia.gov
>
>