# HG changeset patch # User matthiasm # Date 1371680464 -3600 # Node ID 66ba56e708c0804ad52017543ec772d25bc73780 # Parent dce769cf4495b1d56b35ea056c10dad46c6fadbb curves instead of points? diff -r dce769cf4495 -r 66ba56e708c0 src/Analyser.cpp --- 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(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);