# egui_heatmap [![Latest version](https://img.shields.io/crates/v/egui_heatmap?color=mediumvioletred)](https://crates.io/crates/egui_heatmap) [![Documentation](https://docs.rs/egui_heatmap/badge.svg)](https://docs.rs/egui_heatmap) Navigatable heatmaps for use together with egui There are some examples. Allows: - Plot several heatmaps - Hide/Show plots - Keyboard navigation (Arrow keys, Home key, Plus/minus keys) - Mouse navigation (Mouse wheel, double click, Drag-and drop) - Select (mouse click, ctrl key) - Copy image to clipboard (right click) Together with drag-and-drop and delay, highlighting is possible
#### License Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in egui_heatmap by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.