Re: a Graphic in a Graphic
- To: mathgroup at smc.vnet.net
- Subject: [mg22346] Re: [mg22307] a Graphic in a Graphic
- From: "David Park" <djmp at earthlink.net>
- Date: Fri, 25 Feb 2000 21:13:41 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Andre, Why can't you use the graphics version of the Rectangle primitive? David Park djmp at earthlink.net http://home.earthlink.net/~djmp/ - >Hi All, > >I'm running Mathematica 4.0 and want to create >a graphic into a graphic, but all I did up to day >doesn't work very well. >If I have a graphic object (e.g. a MultipleListPlot) >I want to put a small Plot into this Graphics >like one can do this with Legends or Text: > >Show[Graphics{MultipleListPlot[...],Text["...",{xPos.yPos}]}; > >instead of Text[] at xPos, yPos I want to put >a small Plot[...,{}, ImageSize-> {xSize,ySize}]; >in this Graphic. > >Can you help me ? > >Andre >