MathGroup Archive 2007

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

Search the Archive

Is TableForm broken?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg77761] Is TableForm broken?
  • From: Donald DuBois <donabc at comcast.net>
  • Date: Sat, 16 Jun 2007 03:27:56 -0400 (EDT)
  • Organization: The Math Forum

A single column heading doesn't seem to work.

lst = {23, 24, 25, 26};

Neither
TableForm[lst, TableHeadings -> {Automatic, {"My List"}}]

or

TableForm[lst, TableHeadings -> {Automatic, "My List"}]

or 

TableForm[lst, TableHeadings -> {{Automatic}, {"My List"}}]

works.

Am I doing something wrong?

Don


  • Prev by Date: StringReplace
  • Next by Date: Re: default display of reals & last command behavior in terminal
  • Previous by thread: Re: StringReplace
  • Next by thread: Re: Is TableForm broken?