Re: partial Dividers?
- To: mathgroup at smc.vnet.net
- Subject: [mg93000] Re: [mg92970] partial Dividers?
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Wed, 22 Oct 2008 05:40:10 -0400 (EDT)
- Reply-to: hanlonr at cox.net
m = Partition[Range[9], 3];
Grid[{
{Grid[{First[m]}]},
{Grid[Rest[m], Dividers -> {{False, True}, False}]}}]
Bob Hanlon
---- Mark Fisher <particlefilter at gmail.com> wrote:
=============
Hi all,
In a Grid, I'd like to have a divider between columns 1 and 2 (for
example) that goes from the 2nd row to the last row. But I can't
figure out a way to make a divider that doesn't span the entire grid.
Is there a way?
--Mark
--
Bob Hanlon