#heatmap #data #generate #time #color #waterfall

twitter/rustcommon-waterfall

Generates waterfalls from heatmaps

1 stable release

1.0.0 Jun 29, 2020

#305 in Visualization

341 stars & 10 watchers

Apache-2.0

42KB
2.5K SLoC

rustcommon-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.

Contributing

We feel that a welcoming community is important and we ask that you follow Twitter's Open Source Code of Conduct in all interactions with the community.

Authors

A full list of contributors can be found on GitHub.

Follow @TwitterOSS on Twitter for updates.

License

Copyright 2019-2020 Twitter, Inc.

Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0

Security Issues?

Please report sensitive security issues via Twitter's bug-bounty program (https://hackerone.com/twitter) rather than GitHub.

Dependencies

~26MB
~79K SLoC