python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Creating Sankey diagram in R; making the plot output interpretable
I am creating Sankey diagrams for the first time in R, showing the connections between antecedent and consequent events and the number of times that they occur. Here is a mock example of the type of d...
metaltoaster
Votes: 0
Answers: 1
Override default networkD3 graph properties
I am trying to set a custom color scheme using sankeyNetwork() from the networkd3 package in r. This is the custom color code I set for the colourScale argument of sankeyNetwork()...
# Give a color fo...
Stephen Okiya
Votes: 0
Answers: 1
How can I change the font size of link labels to a Sankey Diagram built with networkd3 in R?
I was trying to add link labels to a sankey diagram as described by CJ Yetman in:
In R, how to display value on the links/paths of Sankey Graph?
library(htmlwidgets)
library(networkD3)
nodes <- da...
Jane von Okin
Votes: 0
Answers: 1
Add x-node titles to networkD3 Sankey plot in correct order
I am trying to label the x-nodes of a Sankey plot created with networkD3.
I see a solution posted here: How to add columnn titles in a Sankey chart networkD3
When I try to set labels manually, however...
MorrisseyJ
Votes: 0
Answers: 1