Re: FilledPlot Sideways?
- To: mathgroup at smc.vnet.net
- Subject: [mg51348] Re: FilledPlot Sideways?
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Fri, 15 Oct 2004 02:45:41 -0400 (EDT)
- Organization: Uni Leipzig
- References: <cklnq8$fas$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
Needs["Graphics`FilledPlot`"]
gg = FilledPlot [x^2, {x, -2, 2}];
Show[gg /. (h : Line | Polygon)[pnts_] :> h[Reverse /@ pnts]]
Regards
Jens
"Tom Aldenberg" <Tom.Aldenberg at rivm.nl> schrieb im Newsbeitrag
news:cklnq8$fas$1 at smc.vnet.net...
> 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
>
>