Re: Plot inset?
- To: mathgroup at smc.vnet.net
- Subject: [mg33703] Re: [mg33679] Plot inset?
- From: BobHanlon at aol.com
- Date: Mon, 8 Apr 2002 03:04:34 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
In a message dated 4/6/02 1:29:53 AM, edennis at princeton.edu writes:
>Is it possible to display a plot as a small inset
>in a larger plot? Couldn't find any reference to
>this in the help browser, but it seems like
>something that should be doable. Maybe there's
>just some kind of "superpose graphics" option(?).
p=Plot[E^x, {x,0,5},
Frame->True, Axes->False,
DisplayFunction->Identity];
Plot[E^x, {x,0,10},
Epilog->Rectangle[{0.1,1500},{7.5,10500},
p], Frame -> True, Axes->False];
Bob Hanlon
Chantilly, VA USA