Re: How to display one plot as an inset in another plot?
- To: mathgroup at smc.vnet.net
- Subject: [mg35393] Re: How to display one plot as an inset in another plot?
- From: AES <siegman at stanford.edu>
- Date: Wed, 10 Jul 2002 02:22:03 -0400 (EDT)
- References: <agbg4v$jg1$1@smc.vnet.net> <agef92$p35$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
In article <agef92$p35$1 at smc.vnet.net>, Jens-Peer Kuska <kuska at informatik.uni-leipzig.de> wrote: > > 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. Thanks to all who replied pointing out that Rectangle makes this easily possible. Seems as if this particular, very useful point *really* ought to be noted in the Mathematica Book and the Help msgs as part of the description of Show. The impression one gets from what's there now is that Show is a great way to combine a bunch of curves on a single plot, and GraphicsArray is what you add to combine multiple plots.