MathGroup Archive 2007

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

Search the Archive

Re: Dividers formatting in Grid

  • To: mathgroup at smc.vnet.net
  • Subject: [mg83158] Re: Dividers formatting in Grid
  • From: Bill Rowe <readnewsciv at sbcglobal.net>
  • Date: Tue, 13 Nov 2007 03:41:03 -0500 (EST)

On 11/12/07 at 5:11 AM, murray at math.umass.edu (Murray Eisenberg)
wrote:

>In the following Grid, why are the two vertical dividers not red?

>Grid[Join[{{"First", "Second", "Third"}}, Partition[Range[6], 3]],
>Dividers -> {{None, 2 -> Red, 3 -> Red}, {2 -> Blue}}]

>(On my Windows XP system with Mathematica 6.01, they are black.)

On my Mac OS 10.5 system with Mathematica 6.01, the vertical
dividers are also black. But if I change your code to be:

Grid[Join[{{"First", "Second", "Third"}}, Partition[Range[6], 3]],
  Dividers -> {{2 -> Red, 3 -> Red}, {2 -> Blue}}]

the vertical dividers are red.

It appears, only those dividers specifically listed are displayed.
--
To reply via email subtract one hundred and four


  • Prev by Date: Re: Dividers formatting in Grid
  • Next by Date: Re: Mac OS X 10.5 - Mathematica 5.1 hangs - 6.0 works?
  • Previous by thread: Re: Dividers formatting in Grid
  • Next by thread: Re: Dividers formatting in Grid