19 releases
0.8.1 | Feb 13, 2023 |
---|---|
0.7.1 | Nov 18, 2017 |
0.7.0 | May 4, 2017 |
0.6.5 | Mar 31, 2017 |
0.1.0 | Dec 21, 2015 |
#177 in Visualization
31 downloads per month
Used in 3 crates
(via tic)
185KB
5K
SLoC
waterfall
Waterfall visualization from heatmap data
Overview
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.
Getting Started
Building
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.
View library documentation
cargo doc --open
Support
Create a new issue on GitHub.
Authors
- Brian Martin brian@pelikan.io
A full list of contributors can be found on GitHub.
Dependencies
~24MB
~125K SLoC