[−][src]Function rustvis::barchart::draw_vertical_image_barchart
pub fn draw_vertical_image_barchart(
img: &mut DynamicImage,
bar_img: &DynamicImage,
barchart: &Chart
)
Draw a vertical barchart, where each bar is denoted by an image.
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.