render_heatmap_ascii_colored

Function render_heatmap_ascii_colored 

Source
pub fn render_heatmap_ascii_colored(grid: [[usize; 24]; 7], color: bool)
Expand description

Render heatmap with optional color using ‘█’ blocks (space for zero).