MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Easy way to label graphics grids?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg109283] Re: Easy way to label graphics grids?
  • From: dh <dh at metrohm.com>
  • Date: Tue, 20 Apr 2010 05:52:00 -0400 (EDT)
  • References: <hqh9ik$eq7$1@smc.vnet.net>

On 19.04.2010 11:59, René Wuttke wrote:
> Hey everyone,
>
> do you know if there is an easy way to label the rows and columns of a
> GraphicsGrid? like this:
>
> Label A  Graph   Graph  Graph
> Label B  Graph   Graph  Graph
> Label C  Graph   Graph  Graph
>               Label 1 Label 2 Label 3
>
> Thanks,
> Ren=E9
>

Hi,
GraphicsGrid does not have a labeling mechanism like Table. Thererfore, 
you must include the labels into the data. here is a simple example:

g = Plot[Sin[x], {x, 0, 10}];
GraphicsGrid[{{"label11", g, g}, {"label12", g, g}, {"", "label21",
    "label22"}}]

Daniel

-- 

Daniel Huber
Metrohm Ltd.
Oberdorfstr. 68
CH-9100 Herisau
Tel. +41 71 353 8585, Fax +41 71 353 8907
E-Mail:<mailto:dh at metrohm.com>
Internet:<http://www.metrohm.com>



  • Prev by Date: Re: Equation problem
  • Next by Date: Re: cant free ram..
  • Previous by thread: Re: Easy way to label graphics grids?
  • Next by thread: Re: Easy way to label graphics grids?