Re: Can't get graph to display when using ImplicitPlot!
- To: mathgroup at smc.vnet.net
- Subject: [mg50522] Re: [mg50504] Can't get graph to display when using ImplicitPlot!
- From: DrBob <drbob at bigfoot.com>
- Date: Thu, 9 Sep 2004 05:17:34 -0400 (EDT)
- References: <200409080915.FAA08546@smc.vnet.net>
- Reply-to: drbob at bigfoot.com
- Sender: owner-wri-mathgroup at wolfram.com
It works here (version 5.0.1). If y has a value you could run into problems, so try this: y =.; ImplicitPlot[x^2 + 2 y == 3, {x, -2, 2}] Bobby On Wed, 8 Sep 2004 05:15:13 -0400 (EDT), Paul <paul at selfreferral.com> wrote: > For some reason I cannot get the graph to display when using the > ImplicitPlot function. Everything else seems to be working fine. I can > get a graph is I use Plot for example. > > Here is what I do: > > In[26]:= > << Graphics`ImplicitPlot` > In[31]:= > ImplicitPlot[x^2 + 2 y == 3, {x, -2, 2}] > Out[31]= > ImplicitPlot[x^2 + 2 y == 3, {x, -2, 2}] > > Any ideas? > Paul > > > -- DrBob at bigfoot.com www.eclecticdreams.net
- References:
- Can't get graph to display when using ImplicitPlot!
- From: paul@selfreferral.com (Paul)
- Can't get graph to display when using ImplicitPlot!