aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 70499e7..a67ad33 100644
--- a/main.cpp
+++ b/main.cpp
@@ -60,5 +60,8 @@ int main(int argc, char **argv)
interactionHandler.setSubsample(Ys);
+ // TODO: remove when proper measure coloring is done
+ plot->setColorData(labels);
+
return app.exec();
}