MathGroup Archive 2002

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

Search the Archive

ImplicitPlot and ContourPlot problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg38119] ImplicitPlot and ContourPlot problem
  • From: "Marco" <caiazzo at ieee.org>
  • Date: Tue, 3 Dec 2002 04:33:12 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,
I type the following:
ImplicitPlot[Sqrt[x-y]==0,{x,0,10}]
and all ok,
but if i try to use ContourPlot in the following manner
ImplicitPlot[Sqrt[x-y]==0,{x,0,10},{y,0,10}]
it say:
ContourGraphics::"ctpnt": "The contour is attempting to traverse a cell in
which some of the points have not evaluated to numbers, and it will be
dropped."
I have not understud why.
Some one can help me?
Thanks.




  • Prev by Date: Re: bug in Sum?
  • Next by Date: theo gray jokes on mac world 02
  • Previous by thread: Re: bug in Sum?
  • Next by thread: Re: ImplicitPlot and ContourPlot problem