From: Matthijs Kooijman Date: Wed, 30 Sep 2009 11:58:42 +0000 (+0200) Subject: Don't use uniqueMPgraphic for randomized graphics. X-Git-Tag: final-thesis~238 X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=d9438a9422e40fc6e88bc69f6b3cc6e41ccb85cc;hp=d9438a9422e40fc6e88bc69f6b3cc6e41ccb85cc;p=matthijs%2Fmaster-project%2Freport.git Don't use uniqueMPgraphic for randomized graphics. Since uniqueMPgraphics are only evaluated once for every set of variables (width, height, etc.), every box with the same size is randomized in the same way. Using useMPgraphics ensures that the graphics are redrawn every time. ---