MathGroup Archive 2005

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

Search the Archive

Re: How to draw a trajectory in DensityPlot?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg53257] Re: [mg53231] How to draw a trajectory in DensityPlot?
  • From: yehuda ben-shimol <benshimo at bgu.ac.il>
  • Date: Mon, 3 Jan 2005 04:29:33 -0500 (EST)
  • References: <200501020912.EAA27725@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,
Epilog or Prolog options will do
check the following code
DensityPlot[Sin[x]Cos[y], {x, -Ï?, Ï?}, {y, -Ï?, Ï?}, Epilog -> {Hue[0],
Circle[{0, 0}, 1]}]
yehuda

idyllic wrote:

>Dear all,
>  Is there a good method to draw a given trajectory in a densityplot?
>  e.g. I wanna draw a light circle orbit in the form of a DensityPlot. 
>  Any ideas will be appreciated, thanks in advance.
>                   Sincerely             Idyllic
>
>  
>


  • Prev by Date: Re: How to draw a trajectory in DensityPlot&#65311;
  • Next by Date: Re: Thread
  • Previous by thread: How to draw a trajectory in DensityPlot&#65311;
  • Next by thread: Re: How to draw a trajectory in DensityPlot&#65311;