Re: GridLines and ImplicitPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg56632] Re: [mg56620] GridLines and ImplicitPlot
- From: yehuda ben-shimol <bsyehuda at gmail.com>
- Date: Sun, 1 May 2005 00:46:28 -0400 (EDT)
- References: <200504300527.BAA23927@smc.vnet.net>
- Reply-to: yehuda ben-shimol <bsyehuda at gmail.com>
- Sender: owner-wri-mathgroup at wolfram.com
Hi Steven, ImplicitPlot returns a ContourGraphics object that has no GridLines option. << Graphics`ImplicitPlot`; Head[ImplicitPlot[x^2 + y^2 == 1, { x, -2, 2}, {y, -2, 2}, DisplayFunction -> Identity]] and this returns ContourGraphics and if you carefully check the options of ContourGraphics you will find that the GridLines options is not there yehuda On 4/30/05, Steven Jonak <JonakSt at gw.kirkwood.k12.mo.us> wrote: > I can't seem to be able to use the GridLines->Automatic command with > ImplicitPlot. The help browser says that ImplicitPlot accepts all the > usual Plot options. Any ideas? > > S Jonak > "Maintain an even strain." > >