Crates.io | waterfall |
lib.rs | waterfall |
version | 0.8.1 |
source | src |
created_at | 2015-12-21 17:08:15.857091 |
updated_at | 2023-02-13 21:48:05.919322 |
description | Generates waterfalls from heatmaps |
homepage | https://github.com/pelikan-io/rustcommon/waterfall |
repository | https://github.com/pelikan-io/rustcommon |
max_upload_size | |
id | 3725 |
size | 69,207 |
Waterfall visualization from heatmap data
This library is used to render waterfall visualizations from heatmap data. This style of visualization represents time moving downwards with values increasing from left to right. The color represents the density of samples of the same value within the heatmap.
You can generate some examples with cargo run --example simulator
which will
produce several example waterfalls from synthetic data.
rustcommon is built with the standard Rust toolchain which can be installed and managed via rustup or by following the directions on the Rust website.
cargo doc --open
Create a new issue on GitHub.
A full list of contributors can be found on GitHub.