MathGroup Archive 2003

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

Search the Archive

Re: color of an implicit plot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg42840] Re: color of an implicit plot
  • From: bobhanlon at aol.com (Bob Hanlon)
  • Date: Wed, 30 Jul 2003 19:30:35 -0400 (EDT)
  • References: <bg7vl0$hia$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Needs["Graphics`Colors`"];
Needs["Graphics`ImplicitPlot`"];

ImplicitPlot[x^2+2 y^2==3,{x,-2,2}, PlotStyle->Red];


Bob Hanlon

In article <bg7vl0$hia$1 at smc.vnet.net>, Vladimira Ilieva <vilieva at dreman.com>
wrote:

<< I would really appreciate it if someone lets me know how to change the color
of an implicit plot. Thank  you very much!
 >><BR><BR>


  • Prev by Date: Re: How to multiply two matrix simply?
  • Next by Date: Finding Fixed Points for a Nonlinear System of equations
  • Previous by thread: color of an implicit plot
  • Next by thread: RE: color of an implicit plot