SetOptions does not work with Grid
- To: mathgroup at smc.vnet.net
- Subject: [mg115500] SetOptions does not work with Grid
- From: István Zachar <zac at freemail.hu>
- Date: Thu, 13 Jan 2011 03:24:16 -0500 (EST)
Dear Group SetOptions is notoriously ignorant in case of some functions, like Grid, see code below. First grid appears without a a frame, though it should have one. Is it a bug? Is there a workaround other than Untprotecting Grid and use Options[Grid] = {new options..}? SetOptions[Grid, Frame -> All]; Grid[{{1, 1}, {2, 2}}] Grid[{{1, 1}, {2, 2}}, Frame -> All] Istv=E1n