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
VE Python API
Conventions Used in the VE API and User Guide
VESankey
Previous page
Next page
To properly display this page you need a browser with JavaScript support.
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 VESankey
Methods Defined Here