code wiki / _hdl_build / nx_viz_sankey.nx
nx_viz_sankey.nx
buildroot/runtime/_hdl_build/nx_viz_sankey.nx
about
nx_viz_sankey.nx -- the SANKEY layer of the sovereign Nishi viz library (the d3-sankey core, bits-up).
Flow diagram: node height = throughput (max of in/out flow), nodes stacked vertically per column (x-layer)
with a gap. Links (rendered as ribbons) route between stacked nodes. Pure integer. Closes layout-sankey.
license_tier: ORIGINAL
dependencies 1 imports · 2 importers
imports: nx_syscalls.nx
imported by: nx_viz_sankey_gate.nxnx_viz_sankey_page.nx
structs
| none |
consts
| none |
functions
| 9 | func vsk_layout(n: i64, column: *i64, m: i64, src: *i64, dst: *i64, val: *i64, gap: i64, node_h: *i64, node_y: *i64) -> i64 |
| 41 | func main() -> i64 { return 0 } |