Mercurial > hg > may
changeset 410:ad99cd603b75 resample
We don't want animated plots by default
author | Chris Cannam |
---|---|
date | Fri, 27 Sep 2013 19:24:00 +0100 |
parents | 0321896e7bbd |
children | 3ee42c8029fb |
files | src/may/plot.yeti |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/may/plot.yeti Fri Sep 27 16:40:46 2013 +0100 +++ b/src/may/plot.yeti Fri Sep 27 19:24:00 2013 +0100 @@ -98,7 +98,9 @@ ()); plot structures = - (chart = new Chart(Quality#Nicest); + (quality = Quality#Nicest; + quality#setAnimated(false); + chart = new Chart(quality); var j = 0; for structures do s: colour = distinctColour j;