[−][src]Function rustvis::barchart::draw_horizontal_histogram
pub fn draw_horizontal_histogram(img: &mut DynamicImage, barchart: &Chart)
Draw a histogram with a specified title, and data.
/// ### Arguments
img
- Image to draw the barchart onto.barchart
- Barchart struct, which contains all data & meta-data about the barchart.