sankey-diagram Questions

1

Solved

Attempting to make a fairly generic Sankey diagram with the help of R's networkD3 package. Just for reference--here's the example from the package's manual library(networkD3) library(jsonlite) li...
Nomination asked 2/1, 2016 at 23:43

1

I am trying to plot Sankey diagrams using sankeyNetwork() in networkD3 package. sankeyNetwork(Links = Flow_data, Nodes = Nodes_data, Source = "Source_ID", Target = "Target", Value = "value", No...
Shih asked 25/8, 2015 at 16:32

1

Solved

I have made sankey diagram using rCharts. Here is the example of my code. Data is based on this URL (http://timelyportfolio.github.io/rCharts_d3_sankey/example_build_network_sankey.html) library(d...
Bordereau asked 13/2, 2015 at 12:33

1

Solved

I would like to force one branch of sankey diagram to be on top. Instead of diagram like this: would like to generate diagram where nodes 1, 2, 7, 15, 10 and 14 are always on top: Link to fidd...
Freak asked 25/11, 2014 at 8:24

1

Solved

I've created a sankey diagram in rCharts but have one question. How do I add color? I'd like to represent each node with a different color so it's easier to vizualize the paths, instead of just see...
Ras asked 20/8, 2014 at 18:46

1

Solved

I want to use Sankey chart but with circle's instead of rectangles. I am following the example from Mike Bostock. I changed the code there to use circle by setting radius, but how to place the li...
Umbilicate asked 22/4, 2014 at 0:10

2

Solved

I would like to know if there is an easy way to modify the Sankey diagram example so that there is smooth transition to new data. For example, imagine I have different datafiles (energy1.json, ener...
Righthanded asked 28/11, 2012 at 11:19

1

Solved

I am trying to reproduce simple example with rCharts library to plot sankey chart. I found this example from scratch and tried to reproduce it, however, I came up with some problems. Firstly I ha...
Classics asked 24/2, 2014 at 11:7

1

Solved

Here is jsfiddle of a Sankey diagram: I am trying to modify colors of the links so that the color of each link is actually gradient from its source node color to its target node color. (it is as...
Roye asked 18/1, 2014 at 15:28

1

Solved

I'm trying to represent a country's gas balance using matplotlib. The idea is that there are three sources of imported gas which I want to plot using one Sankey and connect it to another Sankey wh...
Turntable asked 6/12, 2013 at 13:27

1

Solved

I'm trying to highlight all the connected links and links of their target nodes till the end of the layout. The first level of highlighting can be easily achieved as follows - On node click, ca...
Helprin asked 5/10, 2013 at 8:58

1

I'm working with the Sankey plugin for d3.js. Is there a way to affect the automatic placement of the nodes? If you compare the below 2 images. Automatically generated Sankey Diagram: https://fil...
Bestialize asked 6/9, 2013 at 8:56

© 2022 - 2024 — McMap. All rights reserved.