Needed Grid lines in Implicit Plot
- To: mathgroup at smc.vnet.net
- Subject: [mg52648] Needed Grid lines in Implicit Plot
- From: "Narasimham" <mathma18 at hotmail.com>
- Date: Tue, 7 Dec 2004 04:09:33 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
<< 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];
- Follow-Ups:
- Re: Needed Grid lines in Implicit Plot
- From: Bob Walker <walkerbg@ieee.org>
- Re: Needed Grid lines in Implicit Plot
- From: Andrzej Kozlowski <akoz@mimuw.edu.pl>
- Re: Needed Grid lines in Implicit Plot