waterfall

Crates.iowaterfall
lib.rswaterfall
version0.8.1
sourcesrc
created_at2015-12-21 17:08:15.857091
updated_at2023-02-13 21:48:05.919322
descriptionGenerates waterfalls from heatmaps
homepagehttps://github.com/pelikan-io/rustcommon/waterfall
repositoryhttps://github.com/pelikan-io/rustcommon
max_upload_size
id3725
size69,207
Brian Martin (brayniac)

documentation

README

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

A full list of contributors can be found on GitHub.

Commit count: 219

cargo fmt