Re: How to display one plot as an inset in another plot?
- To: mathgroup at smc.vnet.net
- Subject: [mg35362] Re: How to display one plot as an inset in another plot?
- From: BobHanlon at aol.com
- Date: Tue, 9 Jul 2002 06:50:29 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
In a message dated 7/8/02 4:06:25 AM, siegman at stanford.edu writes:
>How to display one (complete) plot as an inset (maybe scaled, certainly
>
>offset) within (or on top of) another plot?
>
>Kind of a
>
> Show[ plot1, {Scaled[0.5], Offset[{2,2}], plot2} ]
>
>capability.
Plot[Exp[x], {x,0,2},
Epilog->Rectangle[{0.04, 3}, {1.15, 7.4},
Plot[Exp[x], {x,0,5},
DisplayFunction->Identity]]];
Bob Hanlon
Chantilly, VA USA