MCPcopy Index your code
hub / github.com/SiegeLord/RustGnuplot / y_error_lines

Method y_error_lines

gnuplot/src/axes2d.rs:584–605  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

exampleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected