MathGroup Archive 2004

[Date Index] [Thread Index] [Author Index]

Search the Archive

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];


  • Prev by Date: Partial fraction command
  • Next by Date: web Mathematica /tomcat request
  • Previous by thread: Re: Partial fraction command
  • Next by thread: Re: Needed Grid lines in Implicit Plot