code wiki / _hdl_build / nx_viz_sankey.nx

nx_viz_sankey.nx

buildroot/runtime/_hdl_build/nx_viz_sankey.nx

1475 B41 linesdepth 2pulls 2 transitivereach 2 importersview sourcekind tooltopic viz
docsdependenciesstructsconstsfunctions

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

nx_syscalls.nx nx_viz_sankey.nx nx_viz_sankey_gate.nx nx_viz_sankey_page.nx

imports: nx_syscalls.nx

imported by: nx_viz_sankey_gate.nxnx_viz_sankey_page.nx

structs

none

consts

none

functions

9func vsk_layout(n: i64, column: *i64, m: i64, src: *i64, dst: *i64, val: *i64, gap: i64, node_h: *i64, node_y: *i64) -> i64
called by 2: mainmain
41func main() -> i64 { return 0 }