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