MathGroup Archive 2004

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

Search the Archive

Re: FilledPlot Sideways?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg51354] Re: [mg51339] FilledPlot Sideways?
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Fri, 15 Oct 2004 02:45:55 -0400 (EDT)
  • Reply-to: hanlonr at cox.net
  • Sender: owner-wri-mathgroup at wolfram.com

Needs["Graphics`"];

FilledPlot[{-Sqrt[x],Sqrt[x]},{x,0,4}];

FilledPlot[{-2,-Sqrt[
    x],Sqrt[x],2},{x,0,4},Fills->{Turquoise,White, Turquoise}];


Bob Hanlon

> 
> From: "Tom Aldenberg" <Tom.Aldenberg at rivm.nl>
To: mathgroup at smc.vnet.net
> Date: 2004/10/14 Thu AM 06:37:56 EDT
> To: mathgroup at smc.vnet.net
> Subject: [mg51354] [mg51339] FilledPlot Sideways?
> 
> Hi,
> 
> How can I make FilledPlots sideways?
> 
> So I want the equivalent of FilledPlot [x^2, {x,-2,2}], but with the axes
> transposed.
> The curve is something like ParametricPlot[{x^2, x}, {x,-2,2}]. How to do
> the shading?
> 
> Tom Aldenberg
> 
> 
> 


  • Prev by Date: Re: Solving an equation
  • Next by Date: RandomReplacement package
  • Previous by thread: Re: FilledPlot Sideways?
  • Next by thread: Re: FilledPlot Sideways?