 
 
 
 
 
 
He said DisplayTogetherArray, but ...
- To: mathgroup at smc.vnet.net
- Subject: [mg43040] He said DisplayTogetherArray, but ...
- From: gollum at email.si (Borut L)
- Date: Sat, 9 Aug 2003 02:57:40 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hello,
I cannot figure out why this doesnot produce the desired result -
image of 3x3 = 9 rectangles, it doesnot show anything!
DisplayTogetherArray[
  Partition[
    Graphics[{Hue[#],Rectangle[{0,0},{1,1}]}]&/@
      Range[0,.9,.1],
    3]
  ]
I am hoping Paul Abbot's going to answer this, as he introduced the
command to me.
Bye,
Borut Levart
Slovenia

