MathGroup Archive 2004

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

Search the Archive

Re: Time ticks for Parametric plot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg50367] Re: Time ticks for Parametric plot
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Tue, 31 Aug 2004 06:28:26 -0400 (EDT)
  • Organization: Universitaet Leipzig
  • References: <cgueut$fvl$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

do you mean something like this

ParametricPlot[
  {phi*Cos[phi], phi*Sin[phi]}, {phi, 0, 2Pi},
  Epilog ->
    ({AbsolutePointSize[4], Point[Last[#]], 
            Text[First[#], Last[#], {-1, -1}] } & /@ 
        Table[{phi, {phi*Cos[phi], phi*Sin[phi]}}, {phi, 0, 2Pi,
2Pi/6}]), 
  AspectRatio -> Automatic, PlotRange -> All]

??

Regards
  Jens


"Narasimham G.L." wrote:
> 
> Can time ticks be marked on ParametricPlot[{fx,fy}, {t, tmin, tmax}]
> lines? It could be useful in dynamics. Say 11 notches for 10
> (open)intervals between tmin and tmax as an option, that sub-divisions
> can be seen only on zooming.Presently PlotPoints->3 option is ignored,
> more PlotPoints smoother graph default is given. In 3D no such problem
> exists, in 2D the unmarked parameter appears as a Graphics limitation.


  • Prev by Date: mathlink newbie q
  • Next by Date: Problem with a system of equations describing an exposure to lead...
  • Previous by thread: Time ticks for Parametric plot
  • Next by thread: Re: Time ticks for Parametric plot