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

Method lines

gnuplot/src/axes2d.rs:370–385  ·  view source on GitHub ↗

Plot a 2D scatter-plot with lines connecting each data point # Arguments `x` - x values `y` - y values `options` - Array of PlotOption<&str> controlling the appearance of the plot element. The relevant options are: `Caption` - Specifies the caption for this dataset. Use an empty string to hide it (default). `LineWidth` - Sets the width of the line `LineStyle` - Sets the style of the line `Color` -

(
		&'l mut self, x: X, y: Y, options: &[PlotOption<&str>],
	)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 13

exampleFunction · 0.45
exampleFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
exampleFunction · 0.45
exampleFunction · 0.45
exampleFunction · 0.45
exampleFunction · 0.45
exampleFunction · 0.45
exampleFunction · 0.45
convertMethod · 0.45
exampleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected