a Graphic in a Graphic
- To: mathgroup at smc.vnet.net
- Subject: [mg22307] a Graphic in a Graphic
- From: Andre Heinemann <andre at aflo4.ifw-dresden.de>
- Date: Thu, 24 Feb 2000 03:01:22 -0500 (EST)
- Organization: IFW
- Sender: owner-wri-mathgroup at wolfram.com
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
- Follow-Ups:
- Re: a Graphic in a Graphic
- From: Jean-Marie THOMAS <jmt@agat.net>
- Re: a Graphic in a Graphic