Re: Dividers formatting in Grid
- To: mathgroup at smc.vnet.net
- Subject: [mg83156] Re: Dividers formatting in Grid
- From: Bill Rowe <readnewsciv at sbcglobal.net>
- Date: Tue, 13 Nov 2007 03:40:01 -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