Re: Plot inset?
- To: mathgroup at smc.vnet.net
- Subject: [mg33696] Re: Plot inset?
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Tue, 9 Apr 2002 01:01:58 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <a8m2tm$oad$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi, gr1 = Plot[Sin[x], {x, 0, Pi}, DisplayFunction -> Identity] gr2 = Plot[Cos[x], {x, 0, Pi}, Prolog -> {Rectangle[Scaled[{0.5, 0.5}], Scaled[{0.95, 0.95}], gr1]}] Regards Jens Eric Dennis wrote: > > 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(?). > > Thanks, > Eric