Re: Can't get graph to display when using ImplicitPlot!
- To: mathgroup at smc.vnet.net
- Subject: [mg50518] Re: Can't get graph to display when using ImplicitPlot!
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Thu, 9 Sep 2004 05:17:29 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <chmo3n$9us$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi, ImplicitPlot[x^2 + 2 y == 3, {x, -2, 2}, {y, -2, 2}] ?? Regards Jens Paul 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