diff src/Analyser.cpp @ 44:66ba56e708c0

curves instead of points?
author matthiasm
date Wed, 19 Jun 2013 23:21:04 +0100
parents 140f1fdc7edd
children f4ee3c11eba9
line wrap: on
line diff
--- a/src/Analyser.cpp	Wed Jun 19 22:56:17 2013 +0100
+++ b/src/Analyser.cpp	Wed Jun 19 23:21:04 2013 +0100
@@ -70,7 +70,8 @@
     if (layer) {
 	TimeValueLayer *tvl = qobject_cast<TimeValueLayer *>(layer);
 	if (tvl) {
-	    tvl->setPlotStyle(TimeValueLayer::PlotPoints);
+        tvl->setPlotStyle(TimeValueLayer::PlotDiscreteCurves);
+        // tvl->setPlotStyle(TimeValueLayer::PlotPoints);
 	    tvl->setBaseColour(ColourDatabase::getInstance()->
 			       getColourIndex(QString("Black")));
 			tvl->setVerticalScale(TimeValueLayer::LogScale);