Do not smooth graphs for clearer results.

This commit is contained in:
Jürg Lehni 2013-05-26 16:59:01 -07:00
parent 5d7cc2fb40
commit bd33446c7c

View file

@ -726,11 +726,11 @@ function plotDataRandom(testdata) {
++count;
vx += hscale;
});
ppaper.smooth();
// ppaper.smooth();
ppaper.strokeWidth = 2;
ppaper.strokeColor = cpaper;
ppaper.opacity = 0.75;
pfat.smooth();
// pfat.smooth();
pfat.strokeWidth = 2;
pfat.strokeColor = cfat;
pfat.opacity = 0.75;