From fea725031187cc70f345ea9eae7a9b59d09f9e45 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Wed, 27 Jan 2016 17:25:40 +0100 Subject: Regular points now visible by default (and quite small). --- main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 924cb81..a9a5a86 100644 --- a/main.cpp +++ b/main.cpp @@ -240,6 +240,7 @@ int main(int argc, char **argv) m->cpPlot->setAutoScale(false); m->rpPlot->setAutoScale(false); + m->rpPlot->setGlyphSize(3.0f); m->cpPlot->setColorData(labels(cpIndices), false); // This sets the initial CP configuration, triggering all the necessary -- cgit v1.2.3