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