Spacings option fails in Grid without Frame
- To: mathgroup at smc.vnet.net
- Subject: [mg115498] Spacings option fails in Grid without Frame
- From: István Zachar <zac at freemail.hu>
- Date: Thu, 13 Jan 2011 03:23:53 -0500 (EST)
Dear Group, Example below generates two grid, the first has its left margin set to 15 units, while the second grid has default left margin (minimal), since no frame was defined. Is it the intended behavior? Grid[{{1, 1}, {2, 2}}, Frame -> True, Spacings -> {1 -> 15}] Grid[{{1, 1}, {2, 2}}, Frame -> None, Spacings -> {1 -> 15}] Istv=E1n