-
#### Expected behaviour
There is an option to specify relative order of nodes in a sankey column.
#### Actual behaviour
There is no such option.
#### Live demo with steps to reproduce
…
-
Currently all graphs start from the top and are spread out downwards as the layout iterates.
This works fine for ordinary Sankeys but doesn't look good for Funnels (see #15).
Give the user a layout …
-
Dear Antonio,
ist is possible to export an EChart as PNG over even better as a vector graphic (SVG)? I am creating Sankey-Diagrams like in your example (https://randyzwitch.com/ECharts.jl/sankey) a…
-
See this tool, which has open source code: http://sankey-diagram-generator.acquireprocure.com/). What you do is:
1) navigate [here](http://sankey-diagram-generator.acquireprocure.com/)
2) choose Loa…
-
Consider the next example
```python
import numpy as np
import plotly.graph_objects as go
def plot_sankey(source, target, value, labels):
"From "
fig = go.Figure(data=[go.Sankey(
…
-
Hello! I have some problems running metabolic soft, I can get diagrams of element cycles, but there are no output Metabolic_Sankey_diagram.pdf, Functional_network.pdf,Could you please take a look?
co…
-
It would be nice if there were a way to automatically sort the classes at each stage in order to minimise the number of times the flows crossed over each other.
I'm pretty sure this is a hard probl…
-
The [Examples page](https://schmidtpaul.github.io/sankeyD3plus/articles/Examples.html) should have examples for
- [x] create a diagram asap
- [x] Labels and Values
- [x] Link color & Node color
…
-
```
import holoviews as hv
from holoviews import opts, dim
hv.extension('bokeh')
sankey = hv.Sankey([
['A', 'X', 5],
['A', 'Y', 7],
['A', 'Z', 6],
['B', 'X', 2],
…
-
## Submitter
My name is Romain Sacchi.
I am a postdoctoral researcher working with Life-Cycle Assessment at the Paul Scherrer Institute.
## Description
I showcase here [`polyviz`](https://github…