From: Alessandro on
hi group,
due to my total clumsiness in grasping Mathematica's graphical
interface, I'm here as usual to ask for a little help.

I have a 2x2 grid, where each "cell" contains in turn a subgrid of
images (displayed by Partition).
The simple question is - how do I label the 4 main cells? I tried to
embed Text[] in various ways, without success...

GraphicsGrid[{
{Partition[inorm, 3, 3, {1, 1}, ""],
Partition[gnorm, 3, 3, {1, 1}, ""]},
{Partition[bnorm, 3, 3, {1, 1}, ""],
Partition[isubs], 3, 3, {1, 1}, ""]}
}, ImageSize -> 700, Frame -> All]

thank you!


alessandro