To properly display this page you need a browser with JavaScript support.
Download
|
Support
|
Training
|
Login/Register
Software
Consulting
Research
Discoveries
×
Menu
Index
Search
Search
Search
Application Programming Interface (API)
Python API Guidance
6 VE Python API
6.1 Conventions Used in the VE API and User Guide
6.1.37 VESankey
Previous page
Next page
To properly display this page you need a browser with JavaScript support.
6.1.37 VESankey
Sankey generation API. VESankey contains functionality to define a network of nodes and their connections, and generate a Sankey diagram based on the input data.
Usage:
sankey = iesve.VESankey('depth')
sankey.add_column_names(col_titles)
sankey.set_title(‘Sankey Diagram’)
sankey.add_node_columns(nodes_cols)
sankey.add_connections(connections)
sankey.generate_sankey()
sankey.save_svg(svg_file)
The contents of 6.1.37 VESankey
6.1.37.1 Methods Defined Here