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