Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.mathematica > #2718 > unrolled thread

Re: Multiple Subregions Background In a Grid

Started byBob Hanlon <hanlonr@cox.net>
First post2011-05-25 23:34 +0000
Last post2011-05-25 23:34 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.soft-sys.math.mathematica


Contents

  Re: Multiple Subregions Background In a Grid Bob Hanlon <hanlonr@cox.net> - 2011-05-25 23:34 +0000

#2718 — Re: Multiple Subregions Background In a Grid

FromBob Hanlon <hanlonr@cox.net>
Date2011-05-25 23:34 +0000
SubjectRe: Multiple Subregions Background In a Grid
Message-ID<irk3l9$7b2$1@smc.vnet.net>
Grid[Table["g", {4}, {7}], 
 Background -> {None, None, {{1, 3} -> LightRed, {3, 5} -> LightRed}}]

Grid[Table["g", {4}, {7}], 
 Background -> {None, None, Thread[{{1, 3}, {3, 5}} -> LightRed]}]


Bob Hanlon

---- Louis-Alexandre <laeh@nyu.edu> wrote: 

=============
Dear All,

I can`t figure out how to define several subregions with different color background as in the below.

Any Idea ?

Many thanks,

LA


Grid[Table["g", {4}, {7}], 
 Background -> {None, None, {{{1, 3}, {1, 3}} -> LightRed}}]


[toc] | [standalone]


Back to top | Article view | comp.soft-sys.math.mathematica


csiph-web