MathGroup Archive 2007

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

Search the Archive

Dividers formatting in Grid

  • To: mathgroup at smc.vnet.net
  • Subject: [mg83123] Dividers formatting in Grid
  • From: Murray Eisenberg <murray at math.umass.edu>
  • Date: Mon, 12 Nov 2007 05:11:30 -0500 (EST)
  • Organization: Mathematics & Statistics, Univ. of Mass./Amherst
  • Reply-to: murray at math.umass.edu

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.)

Note that in the following Grid, the single vertical divider IS red:

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

Am I not understanding the syntax or semantics of the Dividers option?

-- 
Murray Eisenberg                     murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower      phone 413 549-1020 (H)
University of Massachusetts                413 545-2859 (W)
710 North Pleasant Street            fax   413 545-1801
Amherst, MA 01003-9305


  • Prev by Date: Re: greetings and a question!
  • Next by Date: Pattern test and expression sequence
  • Previous by thread: Select[ ] Woes: ÃÂÃÂSolved
  • Next by thread: Re: Dividers formatting in Grid