SENCE 2021 Examples¶
Many examples are copied from https://www.python-graph-gallery.com/
Sankey (with plotly)¶
basic example¶
In [1]:
Copied!
import plotly.graph_objects as go
import plotly.graph_objects as go
In [2]:
Copied!
from IPython.display import Image
Image(filename='images/graph2.jpg')
# Graph with nodes, flows, and weights:
from IPython.display import Image
Image(filename='images/graph2.jpg')
# Graph with nodes, flows, and weights:
Out[2]: