MathGroup Archive 2003

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

Search the Archive

color in GridBox

  • To: mathgroup at smc.vnet.net
  • Subject: [mg45243] color in GridBox
  • From: cabanc at hotmail.com (merkat)
  • Date: Tue, 23 Dec 2003 05:13:35 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

I have a GridBox of 9 numbers.
how do I set the Background-color  of all numbers > 5 to red?

 
Table[Random[Integer, 9], {9}]; 
Partition[%, 3]; 
DisplayForm[GridBox[%]]


  • Prev by Date: Re: Transpose matrix does not work when MatrixForm is used, why?
  • Next by Date: Bug in Integrate? (v. 5.0)
  • Previous by thread: AW: a bug in RealDigits? Mathematica 5.0
  • Next by thread: Re: color in GridBox