Re: SetOptions does not work with Grid
- To: mathgroup at smc.vnet.net
- Subject: [mg115708] Re: SetOptions does not work with Grid
- From: Murray Eisenberg <murray at math.umass.edu>
- Date: Wed, 19 Jan 2011 05:23:54 -0500 (EST)
Confirmed for Mathematica 8.0.0 (Windows XP). Unless there's something I'm missing here, this would seem to be a bug. On 1/18/2011 5:53 AM, Istv=E1n Zachar 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 > > -- Murray Eisenberg murray at math.umass.edu Mathematics & Statistics Dept. Lederle Graduate Research Tower phone 413 549-1020 (H) University of Massachusetts 413 545-2859 (W) 710 North Pleasant Street fax 413 545-1801 Amherst, MA 01003-9305