Skip to main content

create_interactive_plot

Function create_interactive_plot 

Source
pub fn create_interactive_plot<F>(
    f: F,
    config: InteractivePlotConfig,
    x_range: (f64, f64),
    function_name: &str,
) -> String
where F: Fn(f64) -> f64,
Expand description

Create an interactive plot that can be embedded in a web page