pub fn line<U, T>( start: (U, T), end: (U, T), options: Option<LinePlotOptions>, ) -> Stringwhere U: ToString, T: ToString,