1 2 3 4 5 6
//! functions for chart/visualization generation //! ## Charts (//flowstdlib/charts) /// A module that renders an array of numbers as a histogram bar chart image #[path = "histogram/histogram.rs"] pub mod histogram;