Re: TableHeadings for 1x1 tables
- To: mathgroup at smc.vnet.net
- Subject: [mg60214] Re: TableHeadings for 1x1 tables
- From: Bill Rowe <readnewsciv at earthlink.net>
- Date: Wed, 7 Sep 2005 04:04:15 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
On 9/5/05 at 10:27 PM, jason.lee.quinn at gmail.com (Jason Quinn)
wrote:
>The TableHeadings option seems not to work for 1x1 tables. Here's a
>simple example:
>TableForm[Table[{0.473}, {i, 1}], TableHeadings -> {None,
>{"Value"}}]
>Is this a bug or am I mis-understanding something?
I don't know whether this is a bug or simply an undocumented limitation of TableForm. But it is simple to create the desired result. For example,
{{Value},{.473}}//TableForm
will do the trick.
--
To reply via email subtract one hundred and four