Re: Grid and SpanFromLeft
- To: mathgroup at smc.vnet.net
- Subject: [mg87743] Re: Grid and SpanFromLeft
- From: dh <dh at metrohm.ch>
- Date: Wed, 16 Apr 2008 05:06:46 -0400 (EDT)
- References: <fu1u5r$oo9$1@smc.vnet.net>
Hi Steve, it is not clear to me where your problem is. If I try: tit={"ptedgeL","ptfaceL","ptsphrL","ttencl"}; d1={10,10,5,3}; Grid[{tit,d1}] I get: ptedgeL ptfaceL ptsphrL ttencl 10 10 5 3 what seems o.k. to me. I am using version 6. Daniel Steve Gray wrote: > I'm using Grid to show some parameters as follows (Fixed-width font): > > ptedgeL ptfaceL ptsphrL ttencl > 10 10 5 3 > ptvertS3= {{-75, -51, -45}, {27, 30, -9}} > ptvertS4= {{-32, -69, -57}, {-31,-31,59},{-21,56,-46}} > > I thought using SpanFromLeft could bring the ttencl and its value of 3 > leftward near the ptsphrL so I could display more parameters on the > first two lines above the lists, but it did not do that in any of the > ways I tried. (Actually I have more Grid cells at the left of all the > lines, but this email can't be that wide.) The Help isn't totally > clear. Thanks for any tips. > > Steve Gray >