projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5dc448
)
R 4.3
author
pierre
<pierre.ratinaud@univ-tlse2.fr>
Thu, 1 Feb 2024 22:49:40 +0000
(23:49 +0100)
committer
pierre
<pierre.ratinaud@univ-tlse2.fr>
Thu, 1 Feb 2024 22:49:40 +0000
(23:49 +0100)
PrintRScript.py
patch
|
blob
|
history
diff --git
a/PrintRScript.py
b/PrintRScript.py
index
27c4d27
..
26947e1
100755
(executable)
--- 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 {