From f7dde4ccc7e71af9d76431785031b55df6a80f60 Mon Sep 17 00:00:00 2001 From: pierre Date: Thu, 1 Feb 2024 23:49:40 +0100 Subject: [PATCH] R 4.3 --- PrintRScript.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PrintRScript.py b/PrintRScript.py index 27c4d27..26947e1 100755 --- a/PrintRScript.py +++ b/PrintRScript.py @@ -1173,7 +1173,7 @@ class PrintSimiScript(PrintRScript): if (!is.null(graph.simi$com)) { com <- graph.simi$com colm <- rainbow(length(com)) - if (vertex.size != 0 || graph.simi$halo) { + if (sum(vertex.size) != 0 || graph.simi$halo) { vertex.label.color <- 'black' vertex.col <- colm[membership(com)] } else { -- 2.7.4