pub fn scatter_plot<U, T>( x: Vec<U>, y: Vec<T>, options: Option<ScatterPlotOptions>, ) -> Stringwhere U: ToString, T: ToString,