Re: display change in version 6
- To: mathgroup at smc.vnet.net
- Subject: [mg77409] Re: display change in version 6
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Thu, 7 Jun 2007 06:35:15 -0400 (EDT)
- Organization: Uni Leipzig
- References: <f48g2u$fh6$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi, and Do[Print[Graphics[Raster[Table[Random[], {3}, {3}]]]], {2}] does what ? We had this problem a few thread before ... Regards Jens Veit Elser wrote: > In version 5 the loop > > Do[ > Show[Graphics[Raster[Table[Random[], {3}, {3}]]]], {2}] > > displays two graphics objects. In version 6 the same loop > produces no display. What has changed and how do I recover > the displays as they are produced in the loop? > > Veit Elser >