From 4cad7b34f3a860d4537c1513f63d78d337b60c62 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Tue, 29 Sep 2015 16:02:45 -0300 Subject: Inital subsample is the first history item by default. --- main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 7027be8..68ba73d 100644 --- a/main.cpp +++ b/main.cpp @@ -109,6 +109,7 @@ int main(int argc, char **argv) plot->setColorScale(&colorScale); plot->setColorData(labels); + history->addHistoryItem(Ys); subsamplePlot->setXY(Ys); subsamplePlot->setColorData(labels(sampleIndices)); -- cgit v1.2.3