line_plot
pub fn init<F>( window_x: i32, window_y: i32, window_w: u32, window_h: u32, get_data: F) where F: Fn() -> PlotData,