MathGroup Archive 2008

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

Search the Archive

Color coding a Table entry

  • To: mathgroup at smc.vnet.net
  • Subject: [mg92617] Color coding a Table entry
  • From: AES <siegman at stanford.edu>
  • Date: Wed, 8 Oct 2008 06:26:17 -0400 (EDT)
  • Organization: Stanford University

I'm Printing (to the screen) a Table like, let's say,

   Table[{f1, f2, f3}, (x, xmin, xmax}]

and anytime the value of f2 goes negative I want that value printed in 
Red.

What's a simple, compact way to code this?


  • Prev by Date: Call Mathematica functions using C program
  • Next by Date: RE: Re: Re: genetic algorithms
  • Previous by thread: Re: Call Mathematica functions using C program
  • Next by thread: Re: Color coding a Table entry