Minor gripe re Table formatting
- To: mathgroup at smc.vnet.net
- Subject: [mg69071] Minor gripe re Table formatting
- From: AES <siegman at stanford.edu>
- Date: Tue, 29 Aug 2006 03:26:14 -0400 (EDT)
- Organization: Stanford University
- Sender: owner-wri-mathgroup at wolfram.com
Table (or TableForm) have no "TableLabel" option, akin to PlotLabel, that one can use to put a title or caption above the Table. So, if you want to put a Table with a superimposed title or caption in a single cell, you can try something like Print["Title string", TableForm[Table[ --- ]]] or Print["Title string\n", TableForm[Table[ --- ]]] The first version (with no "\n"), however, sometimes puts the title string above the table, but sometimes places it down and centered to the left of the table, depending in an more or less unpredictable fashion on the length of the title string and the width of the table. The second version, however, always insists on putting *two* blank lines between the title and the table. Not exactly a crime against nature -- but a TableLabel option could be a handy addition some day. [And while we're on Labels, PlotLabel and FrameLabel are really inconsistent uses of the term "Label", aren't they?]
- Follow-Ups:
- Re: Minor gripe re Table formatting
- From: "Chris Chiasson" <chris@chiasson.name>
- Re: Minor gripe re Table formatting