From f066a6592092778897cba1691c7830f03bfd4db8 Mon Sep 17 00:00:00 2001 From: devicerandom Date: Mon, 2 Mar 2009 13:31:14 +0000 Subject: [PATCH] (pcluster.py) fixed scatterplot of pca --- pcluster.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pcluster.py b/pcluster.py index 3707b5a..208c38e 100644 --- a/pcluster.py +++ b/pcluster.py @@ -347,6 +347,7 @@ class pclusterCommands: clustplot.add_set(X,Y) #clustplot.add_set(X[:14],Y[:14]) clustplot.normalize_vectors() + clustplot.styles=['scatter'] #clustplot.styles=['scatter',None] clustplot.destination=1 -- 2.26.2