MathGroup Archive 2007

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

Search the Archive

Re: Help to use colors with graphics in Mathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg74397] Re: [mg74362] Help to use colors with graphics in Mathematica
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Mon, 19 Mar 2007 22:08:00 -0500 (EST)
  • Reply-to: hanlonr at cox.net

Needs["Graphics`"];

FilledPlot[{Sin[x],Cos[x]},{x,0,Pi}];

FilledPlot[{Sin[x],Cos[x],0},{x,0,2Pi}];

FilledPlot[{0,Sin[x],Cos[x]},{x,0,2Pi}];


Bob Hanlon

---- Michelasso <qzerty at gmail.com> wrote: 
> Can anybody help me or point me to a tutorial that explains how to color
> the region of two-dimensional plane included between graphics of two or
> more graphics of functions of one variable?
> 



  • Prev by Date: Using legend with FilledPlot
  • Next by Date: simple sequence problem
  • Previous by thread: Re: Help to use colors with graphics in Mathematica
  • Next by thread: Re: Help to use colors with graphics in Mathematica