Re: a Graphic in a Graphic
- To: mathgroup at smc.vnet.net
- Subject: [mg22321] Re: [mg22307] a Graphic in a Graphic
- From: Jean-Marie THOMAS <jmt at agat.net>
- Date: Fri, 25 Feb 2000 21:13:10 -0500 (EST)
- References: <200002240801.DAA26071@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Try Rectangle :
Rectangle[....., graphics] gives a rectangle filled with the specified
graphics.
Details entering Rectagle on the help browser.
On Thu, 24 Feb 2000, Andre Heinemann wrote:
> 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
- References:
- a Graphic in a Graphic
- From: Andre Heinemann <andre@aflo4.ifw-dresden.de>
- a Graphic in a Graphic