1
2
3
4
5
6
7
8
//! Colormaps.
//!
//! This module contains different colormaps that can be used to plot the
//! waterfall.

pub mod inferno;
pub mod turbo;
pub mod viridis;