MathGroup Archive 2005

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

Search the Archive

Re: ContourPlot3D and mapping

  • To: mathgroup at smc.vnet.net
  • Subject: [mg55129] Re: ContourPlot3D and mapping
  • From: Jon Harrop <usenet at jdh30.plus.com>
  • Date: Sun, 13 Mar 2005 04:57:48 -0500 (EST)
  • References: <d0p8ch$j8c$1@smc.vnet.net> <d0rp54$2hh$1@smc.vnet.net> <d0u75t$koe$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

homh at momentum.chem.queensu.ca wrote:
> I tried the above code with the following added
> 
> Needs["Graphics`ContourPlot3D`"];
> << Graphics`Graphics3D`;

I just tried the above code (with that extra line!) and it worked perfectly.
Have you changed the data or anything?

> and got the error message:
> 
> Graphics3D::"gprim":
> f[Mean[{{-0.7250000000000001`, -\[LeftSkeleton] 19 \[RightSkeleton],
> -0.3999999999999999`, \[LeftSkeleton] 2 \[RightSkeleton]} was
> encountered where a Graphics3D  primitive or directive was expected."

Yipes! That error message doesn't look right to me (brackets don't match,
-<<19>> doesn't mean anything), but it's implying that it came across a
20-dimensional polygon or something.

Can you e-mail me an executed notebook to peruse?

-- 
Dr Jon D Harrop, Flying Frog Consultancy
http://www.ffconsultancy.com


  • Prev by Date: Re: Simplfying inside Sqrt
  • Next by Date: Re: Plotting a super ellipse
  • Previous by thread: Re: ContourPlot3D and mapping
  • Next by thread: Re: ContourPlot3D and mapping