Re: A plot inside another plot
- To: mathgroup at smc.vnet.net
- Subject: [mg70512] Re: A plot inside another plot
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Wed, 18 Oct 2006 04:17:31 -0400 (EDT)
- Organization: Uni Leipzig
- References: <eh210c$2om$1@smc.vnet.net>
Hi,
yes
Block[{$DisplayFunction = Identity},
p1 = Plot[Sin[x], {x, 0, Pi}];
p2 = Plot[Cos[x], {x, 0, 2Pi}];
];
Show[p1, Graphics[Rectangle[{0.75, 0.125}, {2.75,
0.65}, p2]]]
Regards
Jens
"Henning Heiberg-Andersen"
<henning.heibergandersen at gmail.com> schrieb im
Newsbeitrag news:eh210c$2om$1 at smc.vnet.net...
|
| Hi,
|
| Is it possible to create a plot, *at an
arbitrary position, *inside another
| plot?
|
| I have the 5.0 version.
|
| Best regards,
| Henning Heiberg-Andersen
|
|