A combination of lines and points methods (drawn in that order). # Arguments `x` - x values `y` - y values `options` - Array of PlotOption<&str> controlling the appearance of the plot element
( &'l mut self, x: X, y: Y, options: &[PlotOption<&str>], )