Re: Fill 1x6 grid with 1 over 6
- To: mathgroup at smc.vnet.net
- Subject: [mg84199] Re: Fill 1x6 grid with 1 over 6
- From: dh <dh at metrohm.ch>
- Date: Thu, 13 Dec 2007 05:59:55 -0500 (EST)
- References: <fjqj7o$6jg$1@smc.vnet.net>
Hi John, this will produce what you wnat: Grid[{Table[1/6,{6}]},Frame->All] use "ShowExpression" to see the underlying code. hope this helps, Daniel John wrote: > I thought evaluation of this cell this cell would put 1 over 6 in each > gridcell, but it didn't. > > > Cell[GridBox[{"\!\(\*FractionBox[\"1\", \"6\"]\)", > "\!\(\*FractionBox[\"1\", \"6\"]\)", > "\!\(\*FractionBox[\"1\", \"6\"]\)", > "\!\(\*FractionBox[\"1\", \"6\"]\)", > "\!\(\*FractionBox[\"1\", \"6\"]\)", > "\!\(\*FractionBox[\"1\", \"6\"]\)"}, GridFrame -> 2.1, > ColumnLines -> 1] // DisplayForm, "Text", > CellMargins -> {{Inherited, Inherited + 250}, {10, 10}}], > > John >