changeset 44:66ba56e708c0

curves instead of points?
author matthiasm
date Wed, 19 Jun 2013 23:21:04 +0100
parents dce769cf4495
children f4ee3c11eba9 a2050445818c
files src/Analyser.cpp
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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);