Re: Graph inside another graph
- To: mathgroup at smc.vnet.net
- Subject: [mg68935] Re: [mg68922] Graph inside another graph
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Fri, 25 Aug 2006 05:34:47 -0400 (EDT)
- Reply-to: hanlonr at cox.net
- Sender: owner-wri-mathgroup at wolfram.com
Plot[E^x, {x, 0, 5},
PlotStyle -> Blue,
Epilog -> Rectangle[{.25, 5}, {3.25, 150},
Plot[E^x, {x, -0.1, 2.1},
PlotStyle -> Blue,
Frame -> True,
DisplayFunction -> Identity]],
Frame -> True];
Bob Hanlon
---- maruth at gmail.com wrote:
> Hello,
> I am generating graphs in mathematica 5.0 that I export to eps for use
> in latex.
> I have two graphics objects each from MultipleListPlot[.], However I
> cannot seem to find a way to place a graph inside another graph (the
> inside graph
> being smaller and in an upper corner having it's own axis but within
> the frame of the larger graph). If anyone knows an easy method to do
> this, or any method at all I would appreciate it.
>