MathGroup Archive 2004

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

Search the Archive

Re: Needed Grid lines in Implicit Plot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg52679] Re: [mg52648] Needed Grid lines in Implicit Plot
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Thu, 9 Dec 2004 20:22:30 -0500 (EST)
  • Reply-to: hanlonr at cox.net
  • Sender: owner-wri-mathgroup at wolfram.com

Needs["Graphics`"];

DisplayTogether[
      ImplicitPlot[3 x+5 y==1,
        {x,-4,4},{y,-4,4},
        PlotStyle->Red],
      PlotRange->{-4,4},
      GridLines->{Range[-4,4],Range[-4,4]},
      AspectRatio->Automatic];


Bob Hanlon

> 
> From: "Narasimham" <mathma18 at hotmail.com>
To: mathgroup at smc.vnet.net
> Date: 2004/12/07 Tue AM 04:09:33 EST
> To: mathgroup at smc.vnet.net
> Subject: [mg52679] [mg52648] Needed Grid lines in Implicit Plot
> 
> << 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: MMA 5.1 Integrals
  • Next by Date: Re : Partial fraction command
  • Previous by thread: Re: Needed Grid lines in Implicit Plot
  • Next by thread: web Mathematica /tomcat request