Re: SetOptions does not work with Grid
- To: mathgroup at smc.vnet.net
- Subject: [mg115710] Re: SetOptions does not work with Grid
- From: David Reiss <dbreiss at gmail.com>
- Date: Wed, 19 Jan 2011 05:24:18 -0500 (EST)
- References: <igmcri$5e$1@smc.vnet.net> <ih3rdm$bgu$1@smc.vnet.net>
Confirmed for Version 8. --David On Jan 18, 5:52 am, Istv=E1n Zachar <z... at freemail.hu> wrote: > Can anyone at least confirm this behaviour? > Istvan > > On Jan 13, 9:24 am, Istv=E1n Zachar <z... at freemail.hu> wrote: > > > > > 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