MathGroup Archive 2008

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

Search the Archive

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.


  • Prev by Date: Re: Mathematica Question
  • Next by Date: Re: Re: Out of memory.
  • Previous by thread: Re: Mathematica Question
  • Next by thread: Re: SetOptions[TableForm] doesn't seem to work?