How do I make graphic objects in the cells of GraphicsGrid fill the cells completely, that is with no margins?
Example:
H1 = RegularPolygon[6]
GraphicsGrid[{{Graphics[{Red, H1}], Graphics[{Blue, H1}]},
{Graphics[{Blue, H1}], Graphics[{Red, H1}]}}]
I'm trying to re create tiling patterns that I saw at the Alhambra in Spain. The tiles fit closely together.
Thanks
