Re: Problem showing a column object beside a graph using GraphicsGrid
- To: mathgroup at smc.vnet.net
- Subject: [mg82462] Re: Problem showing a column object beside a graph using GraphicsGrid
- From: Will Robertson <wspr81 at gmail.com>
- Date: Sat, 20 Oct 2007 22:14:59 -0400 (EDT)
- References: <ffckgr$smi$1@smc.vnet.net>
On Oct 20, 7:15 pm, tomfabtas... at hotmail.com wrote: > As can be seen, GraphicsGrid gives both objecst the same ImageSize. > What I want is for the legend to be much narrower and fit against the > graph which is bigger. I ran into this problem last week: <http://groups.google.com/group/comp.soft-sys.math.mathematica/ browse_frm/thread/c993629e4bd0faa4#> The solution is to use something like Graphics[{Inset[Row{combin, legend1}]}] instead of GraphicsGrid or GraphicsRow. I had to fiddle a fair bit with the options to the Inset and to the Graphics to get everything lined up correctly (see the link above for something that worked for me, at least). Hope this helps, Will