[−][src]Function rustvis::barchart::draw_horizontal_barchart
pub fn draw_horizontal_barchart(img: &mut DynamicImage, barchart: &Chart)
Draw a horizontal barchart, 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.