Re: Can't get graph to display when using ImplicitPlot!
- To: mathgroup at smc.vnet.net
- Subject: [mg50534] Re: Can't get graph to display when using ImplicitPlot!
- From: "Steve Luttrell" <steve_usenet at _removemefirst_luttrell.org.uk>
- Date: Thu, 9 Sep 2004 05:18:22 -0400 (EDT)
- References: <chmo3n$9us$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
You omitted the y range. ImplicitPlot[x^2 + 2 y == 3, {x, -2, 2}, {y, -2, 2}] Steve Luttrell "Paul" <paul at selfreferral.com> wrote in message news:chmo3n$9us$1 at smc.vnet.net... > 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 >
- Follow-Ups:
- Re: Re: Can't get graph to display when using ImplicitPlot!
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: Re: Can't get graph to display when using ImplicitPlot!