MathGroup Archive 2010

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

Search the Archive

Grid Dividers

  • To: mathgroup at smc.vnet.net
  • Subject: [mg106479] Grid Dividers
  • From: John <jwa0 at lehigh.edu>
  • Date: Thu, 14 Jan 2010 05:47:21 -0500 (EST)

My method of inserting dividers in a grid is crude:

  Grid[{{a, b, c}, {d, e, f}, {g, h, i}},
 Dividers -> {{True, True, True, True}, {True, True, False, True}}]

There must be a better way.

John


  • Prev by Date: Re: How to declare vectors for solving
  • Next by Date: Re: default options, OptionsPattern[], and FilterRules[]
  • Previous by thread: Re: default options, OptionsPattern[], and FilterRules[]
  • Next by thread: Re: Grid Dividers