MathGroup Archive 2011

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

Search the Archive

Grid Divider Style With Background Colors

  • To: mathgroup at smc.vnet.net
  • Subject: [mg120477] Grid Divider Style With Background Colors
  • From: Don <donabc at comcast.net>
  • Date: Mon, 25 Jul 2011 07:28:12 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

Mathematica  permits divider lines between rows and columns in a table
(grid)  such
as this example from the documentation:

Grid[Table[x, {4}, {11}], Dividers -> {{{{True, False}}, -1 -> True},
False}]

But, the dividers are single lines only.

Sometimes  double line dividers are desired
as shown in this table on the Web:

http://www.assetcorrelation.com/user/correlations/90

Notice that the background color for an item  is only within
the inside line of a double line divider.

Is there any way to produce (a) this  kind of divider (double line)
and (b) with background colors for specific items that don't cross
the inside line of the double line divider?

Thank you in advance.

Don




  • Prev by Date: Re: TransformedDistribution -- odd problem
  • Next by Date: Re: CDF Files Break when being mailed or uploaded
  • Previous by thread: Re: And now for something completely different
  • Next by thread: Re: Grid Divider Style With Background Colors