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

Method arrow

gnuplot/src/axes2d.rs:321–335  ·  view source on GitHub ↗

Adds an arrow to the plot. The arrow is drawn from `(x1, y1)` to `(x2, y2)` with the arrow point towards `(x2, y2)`. # Arguments `x1` - X coordinate of the arrow start `y1` - Y coordinate of the arrow start `x2` - X coordinate of the arrow end `y2` - Y coordinate of the arrow end `options` - Array of PlotOption<&str> controlling the appearance of the arrowhead and arrow shaft. Relevant options are

(
		&'l mut self, x1: Coordinate, y1: Coordinate, x2: Coordinate, y2: Coordinate,
		options: &[PlotOption<&str>],
	)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

exampleFunction · 0.80
exampleFunction · 0.80
exampleFunction · 0.80

Calls 1

to_one_way_ownedMethod · 0.45

Tested by

no test coverage detected