Re: Re: GridLines and ImplicitPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg56649] Re: [mg56637] Re: [mg56620] GridLines and ImplicitPlot
- From: yehuda ben-shimol <bsyehuda at gmail.com>
- Date: Sun, 1 May 2005 03:13:31 -0400 (EDT)
- References: <200505010446.AAA13069@smc.vnet.net>
- Reply-to: yehuda ben-shimol <bsyehuda at gmail.com>
- Sender: owner-wri-mathgroup at wolfram.com
Hi Bob,
No, the problem still exists but now I recall that I used
<<Graphics`ImplicitPlot`
ImplicitPlot[x^2+y^2==1,{x,-2,2},{y,-2,2},GridLines->Automatic]
and it didn't work.
In the help it is written that when defining the ranges for both x and
y it uses a ContourGraphics method and the problem is there.
So, none of the tricks you (and I) tried is working when defining the
ranges for both x and y
yehuda
- References:
- Re: GridLines and ImplicitPlot
- From: Bob Hanlon <hanlonr@cox.net>
- Re: GridLines and ImplicitPlot