Re: Can't get graph to display when using ImplicitPlot!
- To: mathgroup at smc.vnet.net
- Subject: [mg50515] Re: [mg50504] Can't get graph to display when using ImplicitPlot!
- From: "Florian Jaccard" <florian.jaccard at eiaj.ch>
- Date: Thu, 9 Sep 2004 05:17:27 -0400 (EDT)
- Reply-to: <florian.jaccard at eiaj.ch>
- Sender: owner-wri-mathgroup at wolfram.com
Hello Paul ! You forgot to load the package before... So afterwards, you have first to Remove ImplicitPlot. In fact, just quit the Kernel and retry... it works ! Regards F.Jaccard -----Message d'origine----- De : Paul [mailto:paul at selfreferral.com] Envoyé : mer., 8. septembre 2004 11:15 À : mathgroup at smc.vnet.net Objet : [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