Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanley Clarke committed Apr 16, 2024
1 parent 200ec44 commit 93f01b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/gGnome.R
Original file line number Diff line number Diff line change
Expand Up @@ -6064,8 +6064,9 @@ gGraph = R6::R6Class("gGraph",
}
}
}
gg.js$connections = gg.js$connections[weight != 0,]
}
gg.js$connections = gg.js$connections[weight != 0,]



if (save){
Expand Down

0 comments on commit 93f01b6

Please sign in to comment.