|
[Date Index]
[Thread Index]
[Author Index]
Re: Needed Grid lines in Implicit Plot
- To: mathgroup at smc.vnet.net
- Subject: [mg52818] Re: [mg52648] Needed Grid lines in Implicit Plot
- From: Bob Walker <walkerbg at ieee.org>
- Date: Mon, 13 Dec 2004 04:24:18 -0500 (EST)
- References: <200412070909.EAA09155@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Remove ", {y, -4 , 4 }" iterator and it will work as you wish.
ImplicitPlot accepts only one iterator. You can inspect the
ImplicitPlot signature by:
?ImplicitPlot
I don't know why there is no error indication.
Take care,
Bob Walker
Narasimham wrote:
><< Graphics`ImplicitPlot`
>ImplicitPlot[3 x + 5 y == 1, {x, -4 , 4}, {y, -4 , 4 },
>GridLines ->{Range[-4, 4, 1], Range[-4, 4, 1]},AspectRatio ->
>Automatic];
>
>
>
>
Prev by Date:
Re: scroll problem with mouse
Next by Date:
Re: Remove the higher order terms in series expansion
Previous by thread:
Re: Re: Needed Grid lines in Implicit Plot
Next by thread:
Re: Re: Needed Grid lines in Implicit Plot
|