Plot a 2D scatter-plot with a point standing in for each data point and lines connecting each data point. Additionally, error bars are attached to each data point in the Y direction. # Arguments `x` - x values `y` - y values `y_error` - Errors associated with the y values `options` - Array of PlotOption<&str> controlling the appearance of the plot element. The relevant options are: `Caption` - Spe
( &'l mut self, x: X, y: Y, y_error: YE, options: &[PlotOption<&str>], )
source not stored for this graph (policy: none)