MathGroup Archive 2002

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Overlay ListDensityPlot and Value

  • To: mathgroup at smc.vnet.net
  • Subject: [mg37381] Re: [mg37339] Overlay ListDensityPlot and Value
  • From: Tomas Garza <tgarza01 at prodigy.net.mx>
  • Date: Fri, 25 Oct 2002 02:48:48 -0400 (EDT)
  • References: <200210240655.CAA05083@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

This should put you on the right track:

In[1]:=
ListDensityPlot[{{1, 3}, {4, 7}}, 
   Epilog -> {Hue[1], Text["1", {0.5, 1.5}], 
     Text["2", {1.5, 1.5}], Text["3", {0.5, 0.5}], 
     Text["4", {1.5, 0.5}]}]; 

Tomas Garza
Mexico City
----- Original Message ----- 
From: "David Robinson" <drobin at sandia.gov>
To: mathgroup at smc.vnet.net
Subject: [mg37381] [mg37339] Overlay ListDensityPlot and Value


> 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
> 
> 



  • Prev by Date: Vector field with ImplicitPlot ?
  • Next by Date: Re: help on bootstrap sample
  • Previous by thread: Overlay ListDensityPlot and Value
  • Next by thread: help on bootstrap sample