Re: Can't get graph to display when using ImplicitPlot!
- To: mathgroup at smc.vnet.net
- Subject: [mg50545] Re: [mg50504] Can't get graph to display when using ImplicitPlot!
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Thu, 9 Sep 2004 05:19:18 -0400 (EDT)
- Reply-to: hanlonr at cox.net
- Sender: owner-wri-mathgroup at wolfram.com
You probably called ImplicitPlot before you loaded the package and have shadowed the name. Start with a fresh kernel and it should work. Bob Hanlon > > From: paul at selfreferral.com (Paul) To: mathgroup at smc.vnet.net > Date: 2004/09/08 Wed AM 05:15:13 EDT > To: mathgroup at smc.vnet.net > Subject: [mg50545] [mg50504] Can't get graph to display when using ImplicitPlot! > > 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 > >