pub fn create_interactive_plot<F>( f: F, config: InteractivePlotConfig, x_range: (f64, f64), function_name: &str, ) -> Stringwhere F: Fn(f64) -> f64,
Create an interactive plot that can be embedded in a web page