Re: PlotRange
- To: mathgroup at smc.vnet.net
- Subject: [mg48461] Re: [mg48452] PlotRange
- From: "Bruce W. Colletti" <bcolletti at compuserve.com>
- Date: Mon, 31 May 2004 00:13:40 -0400 (EDT)
- References: <NDBBJGNHKLMPLILOIPPOMEBDEBAA.djmp@earthlink.net>
- Sender: owner-wri-mathgroup at wolfram.com
David
Thank you for the reply that reveals serious typos in my original posting:
all references to PlotRange should instead be to PlotRegion, i.e.:
" Using PlotRegion, can we plot two graphs in different quadrants? For
instance:
Plot[Sin@x,{x,-2Pi,2Pi},PlotRegion->{{.5,1},{.5,1}}]
shows in display area Quadrant 1 while:
Plot[Sin@x,{x,-2Pi,2Pi},PlotRegion->{{0,.5},{0,.5}}]
shows in Quadrant 3..."
Am sorry for this error: my pre-posting review apparently wasn't careful
enough. After awhile, the eyes just become crossed.
Bruce
----- Original Message -----
From: "David Park" <djmp at earthlink.net>
To: mathgroup at smc.vnet.net
Subject: [mg48461] RE: [mg48452] PlotRange
>
> Bruce,
>
> I don't know if I understand your question but do you mean the following?
>
> FindRoot[Sin[x] == 0.5, {x, 0.5}]
> {x -> 0.523599}
>
> Plot[Sin[x], {x, 0, Pi/2}, PlotRange ->
> {{0, 1}, {0, 1}}, AxesOrigin ->
> {0.523599, 0.5}];
>
>
> David Park
> djmp at earthlink.net
> http://home.earthlink.net/~djmp/
>
> From: Bruce W. Colletti [mailto:bcolletti at compuserve.com]
To: mathgroup at smc.vnet.net
>
> Re Mathematica 5.0.1.0.
>
> Using PlotRange, can we plot two graphs in different quadrants? For
> instance:
>
> Plot[Sin@x,{x,-2Pi,2Pi},PlotRange->{{.5,1},{.5,1}}]
>
> shows in display area Quadrant 1 while:
>
> Plot[Sin@x,{x,-2Pi,2Pi},PlotRange->{{0,.5},{0,.5}}]
>
> shows in Quadrant 3.
>
> When entered as shown above, each image is a separate graphics object.
> But is there a way (without using Graphics Array) to combine them into
> one object whose Quadrants 1 and 3 are filled?
>
> Thanks.
>
> Bruce
>
>