SetOptions[TableForm] doesn't seem to work?
- To: mathgroup at smc.vnet.net
- Subject: [mg89261] SetOptions[TableForm] doesn't seem to work?
- From: AES <siegman at stanford.edu>
- Date: Mon, 2 Jun 2008 04:30:44 -0400 (EDT)
- Organization: Stanford University
I'm puzzled as to why
SetOptions[TableForm,TableSpacing->{1,5}]
doesn't seem to have the desired effect on tables created in subsequent
cells using
TableForm[Table[ --- ]]
even though Options[TableForm] shows the TableSpacing as having been
increased, and even though copying and pasting the TableSpacing->{1,5}
string into the appropriate place in these subsequent TableForm[] cells
produces the desired result.