MathGroup Archive 2009

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

Search the Archive

Frame does not show up?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg95870] Frame does not show up?
  • From: P_ter <petervansummeren at gmail.com>
  • Date: Thu, 29 Jan 2009 05:51:46 -0500 (EST)

Hello,
I take from the Help files: Grid, Applications, example nr. 3:
data = {{"first", 1, 2, 3}, {"second", 11, 5, 6}, {"third", 111, 8, 9}, {"fourth", 1111, 10, 11}};
Text@Grid[Prepend[data, {"name", "a", "b", "c"}],  Background -> {None, {Lighter[Yellow, .9], {White, Lighter[Blend[{Blue, Green}], .8]}}},  Dividers -> {{Darker[Gray, .6], {Lighter[Gray, .5]}, Darker[Gray, .6]}, {Darker[Gray, .6], Darker[Gray, .6], {False}, Darker[Gray, .6]}}, Alignment -> {{Left, Right, {Left}}}, 
  ItemSize -> {{10, 3, 5, 5}}, Frame -> Darker[Gray, .6], ItemStyle -> 14, Spacings -> {Automatic, .8}]
I replace in the above Frame by: Frame -> {3 -> Red, 2 -> Directive[Blue, Thick]}
But it does not show up. 
Can anyone help?
with friendly greetings,
P_ter


  • Prev by Date: Re: Conditional list indexing
  • Next by Date: Re: BarChart[] axis label bug in v7 Linux (Windows, OSX?)
  • Previous by thread: Re: is there a itc chanel for mathematica?
  • Next by thread: Re: Frame does not show up?