MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: Strange "not a symbol or valid symbol name" error
  • Next by Date: Re: TableHeadings for 1x1 tables
  • Previous by thread: Re: TableHeadings for 1x1 tables
  • Next by thread: Re: TableHeadings for 1x1 tables