Re: v6 GraphicsGrid with PlotLabel
- To: mathgroup at smc.vnet.net
- Subject: [mg77928] Re: v6 GraphicsGrid with PlotLabel
- From: zac <replicatorzed at gmail.com>
- Date: Wed, 20 Jun 2007 05:24:57 -0400 (EDT)
- References: <f58bia$6ue$1@smc.vnet.net>
On Jun 19, 12:35 pm, zac <replicator... at gmail.com> wrote:
> Dear Group,
>
> another plot-formatting question, this time from version 6.
> The following code plots a 2x2 grid, with a label. The label is not
> located at the top of the grid. How to resolve this? The function
> *Labeled* can be an alternative, but I would rather solve this with
> GraphicsGrid.
>
> Zachar Istvan
And here is the code I forgot to attach:
GraphicsGrid[Table[Plot[Sin[x], {x, 0, 10}], {2}, {2}], PlotLabel ->
"Label"]
Istvan