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
How to add Holoviews chart in a Bokeh figure?
Let us suppose that I created a Bokeh figure as such
fig = figure(title="Any title", width=1600, height=800)
and that I created a Holoviews Sankey chat from a Pandas DataFrame as such
sanke...
Dario de Judicibus
Votes: 0
Answers: 0
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
Is there a technique to create columns headers for a Plotly Sankey Diagram, similar to Tableau
Is there a technique to plot a time series flow diagram with the column nodes representing the start date for each month, the values representing the counts for each type, and labels representing the ...

datalifenyc
Votes: 0
Answers: 1