MathGroup Archive 2011

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

Search the Archive

Re: Postfix and options

  • To: mathgroup at smc.vnet.net
  • Subject: [mg115317] Re: Postfix and options
  • From: Peter Breitfeld <phbrf at t-online.de>
  • Date: Fri, 7 Jan 2011 04:11:14 -0500 (EST)
  • References: <ig3pmr$jiu$1@smc.vnet.net>

Themis Matsoukas wrote:

> ?Is it possible to  specify TableHeadings in
>
> {{1,2},{3,4}}//TableForm
>
> More generally, can one specify options for functions in postfix form?
>
> Thanks
>
> Themis
>


You have to use something like this:

{{1, 2}, {3, 4}} // TableForm[#, TableHeadings -> {{A, B}, {a, b}}] &
-- 
_________________________________________________________________
Peter Breitfeld, Bad Saulgau, Germany -- http://www.pBreitfeld.de


  • Prev by Date: Re: FillingStyle -> Striped ?
  • Next by Date: Mathematica code for change of variable
  • Previous by thread: Re: Postfix and options
  • Next by thread: Re: Postfix and options