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