Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
76 views

I want to create a sankey diagram using {highcharter} which shows a pre timepoint and a post timepoint. I have been working with this code. My problem is, that R sometimes mixes up the order of the ...
NinjaNuri's user avatar
1 vote
0 answers
68 views

I have a test dataframe: structure(list(session_id = c("1af95808ab79b9f0", "5d7b8edc5d30e029" ), `1` = c("ai-studio/dashboard", "ai-studio/dashboard"), `1.01` = ...
user2845095's user avatar
3 votes
1 answer
104 views

I have an alluvial plot where I am showing a change in "status" over subsequent visits. Participants can move in and out of this status. Some of my participants are missing visits, so I'd ...
Tessa Concepcion's user avatar
3 votes
1 answer
127 views

Need some help aligning my Sankey diagram properly. I've been working on a Sankey diagram project but can't seem to get the nodes aligned properly, they seem to be a bit off. I've tried to manually ...
GSA's user avatar
  • 845
0 votes
1 answer
108 views

I have this frequency table regarding a clinical data. Columns named ..._risp are treatment response and the ones ending with ..._x are pathological events and can be recurrences or progression of the ...
user238243's user avatar
1 vote
1 answer
74 views

I'm trying to get rid of the "glow" or shadow effect around the node labels of this Plotly Sankey diagram. Is this possible? import pandas as pd import plotly.graph_objects as go import ...
Austin Mangelson's user avatar
3 votes
1 answer
249 views

I found this diagram that I like from a research paper: https://www.researchgate.net/figure/Sankey-diagram-visualization-of-the-flow-of-data-from-coding-through-to-interpretation_fig1_338907991 I ...
stats_noob's user avatar
  • 6,845
8 votes
0 answers
231 views

I'm trying to make a road intersection flow diagram in Python. The problem is, that none of the Sankey-specific modules that I managed to find support setting coordinates of the nodes and rotation of ...
leonefamily's user avatar
1 vote
1 answer
109 views

I would like to show two Sankey Plotly R diagrams below or side by side using the subplot function. Unfortunately, this doesn't work for a Sankey Diagram. Here is some reproducible simple code: ...
Quinten's user avatar
  • 42.8k
0 votes
1 answer
113 views

I would like to plot a sankey diagram to show how observations migrate from one risk level to the other over multiple stages (in this case years). Thus, the risk level labels are the same in each year....
ccc's user avatar
  • 37
0 votes
0 answers
134 views

I am trying to use "react": "18.3.1" with highcharts ├─┬ [email protected] │ └── [email protected] deduped └── [email protected] Basic high charts are working but ...
wthamira's user avatar
  • 2,288
1 vote
1 answer
82 views

I am attempting to produce a Sankey plot in R following the example from https://www.youtube.com/watch?v=S6me1r6RI4I but I am struggling with troubleshooting my input data. I am not getting any error ...
Rosalin August's user avatar
0 votes
0 answers
201 views

I'm trying to create a dynamic Sankey diagram with echarts. I have a case where I have a lot of data and my diagram is not really readable as you can see in the image (I have hidden the node names for ...
Valentin Cerfaux's user avatar
0 votes
1 answer
63 views

My question is based on this post How to colour skankey node with all colours of first node that it is related to in ggplot?. You might find a reproducable code in this initial post. And the question ...
Kate's user avatar
  • 149
0 votes
0 answers
40 views

I'm trying to produce a Sankey plot, but every time I code it, either the left or right side ends up without color. Also, I'm having trouble getting correct the strongly agree, agree, neither, ...
Anna O'Sullivan's user avatar
3 votes
1 answer
78 views

What im trying here is to create a relationship between Tasks. Some of them are connected directly to each other while others are passing through this big box i circled instead of connecting directly(...
chad's user avatar
  • 61
0 votes
1 answer
52 views

I used the sankeyNetwork function from the networkD3 R package to draw a sankey plot, aiming to show the changes in the number of cell types at different levels, but my custom colors don't match the ...
Fugwaaaa's user avatar
1 vote
0 answers
120 views

I have a problem making a sankey chart with d3. It has to be in an HTML file without using frameworks so that it can be sent without further ado. The problem is that nodes 4 and 5 are overlapping and ...
Alfonso Sanchez's user avatar
0 votes
1 answer
92 views

I am working on a project where I need to visualize the flow of healthcare providers across different phases of a care pathway using a Sankey diagram in R. Each phase represents a step in the care ...
E. van Dongen's user avatar
1 vote
1 answer
89 views

I have used all the tips and tricks I could find on the Tableau community. Thank you Ken Flerlage for providing such great instructions, however I'm having a bit of a challenge still. As you can see ...
A Dolegowski's user avatar
1 vote
1 answer
84 views

I am working on a sankey diagram in R following some tutorials using networkD3 package. I do not understand what is not working since when I run my codes, they work but in the Viewer it doesn't appear ...
Andrea Stringhetti's user avatar
1 vote
1 answer
339 views

I've been trying to modify the Sankey Chart made by @davidebacci to utilise in PowerBI / Deneb. The template he has shared is beautiful. However, all of the values have been manually placed into the ...
jimbob86's user avatar
-1 votes
1 answer
237 views

I have a dataset of students with their grades and I want to evaluate their evolution over the years. I've already cleaned up the data, and I've associated each student with his or her quintile within ...
Augustin Gaudemer's user avatar
1 vote
0 answers
22 views

When I sorted the rectangles and lines on the two axes of the relative alluvial plot, I found that using factor can only adjust one axis, while the other cannot. What should I do? The data is as ...
Evans Liu's user avatar
1 vote
0 answers
64 views

I would like to render a graphic like this: I thought that Sankey diagram is what is for create diagram like this and I use https://www.npmjs.com/package/chartjs-chart-sankey However I cannot ...
dada17xs's user avatar
  • 190

1
2 3 4 5
17