[−][src]Function rustvis::barchart::create_horizontal_image_barchart
pub fn create_horizontal_image_barchart(
bar_img: &DynamicImage,
barchart: &Chart
) -> DynamicImage
Create a new horizontal barchart image, and return this image.
Arguments
bar_img
- Image the bars should contain.barchart
- Chart struct, which contains all data & meta-data about the barchart.