Re: Re: TableForm vs. Grid (v.6)
- To: mathgroup at smc.vnet.net
- Subject: [mg76965] Re: [mg76955] Re: TableForm vs. Grid (v.6)
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Thu, 31 May 2007 03:13:40 -0400 (EDT)
- Reply-to: hanlonr at cox.net
t1 = Table[Random[], {4}, {3}]; Grid[Join[{{"t", "x", "y"}}, t1], Frame -> All] Bob Hanlon ---- Helen Read <hpr at together.net> wrote: > Following up my own post (which hasn't yet appeared). As an > afterthought, it occurred to me to try labeling a Grid with Labeled. > > (t1 being a table with three columns, as in my previous post) > > Labeled[Grid[t1,Frame->All],"t x y", Top] > > You have to sort of guess how much space to put between the labels and > adjust by trial and error, but I think this might be the way to go with > my beginning calculus students. > > -- > Helen Read > University of Vermont >