MathGroup Archive 1998

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

Search the Archive

Re: ParametricPlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg14517] Re: ParametricPlot
  • From: Selwyn Hollis <shollis at peachnet.campus.mci.net>
  • Date: Thu, 29 Oct 1998 04:33:14 -0500
  • Organization: fair
  • References: <70rkm0$4u5$8@dragonfly.wolfram.com>
  • Sender: owner-wri-mathgroup at wolfram.com

Peter,

There is nothing wrong. This is just Mathematica's way of annoying you.
To make it stop just enter Off[ParametricPlot::ppcom].

---Selwyn

Peter wrote:

> I have the following defintion in Mathematica notebook (version 3.01 for
> Mac):
>
> eight[t_]:={Sin[t],Sin[t] Cos[t]}
>
> Trying to plot this by executing
>
> ParametricPlot[eight[t],{t,0,2 Pi}];
>
> produces the right graphic but also an warning:
>
> ParametricPlot::"ppcom": "Function eight[t] cannot be compiled; plotting
> will proceed with the uncompiled function."
>
> What is wrong ?
>
> Email: phuesser at bluewin.ch



  • Prev by Date: Re: Re: Corrupted NB
  • Next by Date: ListSurfacePlot3D problem
  • Previous by thread: Re: ParametricPlot
  • Next by thread: Re: ParametricPlot