Macro histogram

Source
macro_rules! histogram {
    ($title:expr, $data:expr) => { ... };
}