RE: How to display one plot as an inset in another plot?
- To: mathgroup at smc.vnet.net
- Subject: [mg35351] RE: How to display one plot as an inset in another plot?
- From: "David Park" <djmp at earthlink.net>
- Date: Tue, 9 Jul 2002 06:48:32 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Use Rectangle with the third graphics argument. David Park djmp at earthlink.net http://home.earthlink.net/~djmp/ > From: AES [mailto:siegman at stanford.edu] To: mathgroup at smc.vnet.net > > 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. > >