flowstdlib 1.0.0

The standard library of functions and flows for 'flow' programs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
function = "histogram"
description = "Render a histogram as a bar chart image (256x128 grayscale)"
source = "histogram.rs"
docs = "histogram.md"
type = "rust"

[[input]]
name = "bins" # 256-element histogram array
type = "array/number"

[[output]]
name = "grid" # 2D grayscale grid (black bars on white background)
type = "array/array/number"