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

Method set_border

gnuplot/src/axes2d.rs:275–283  ·  view source on GitHub ↗

Sets the properties of the plot border # Arguments `front` - Whether or not to draw the border above or below the plot contents `locations` - Which locations of the border to draw `options` - Array of PlotOption controlling the appearance of the border. Relevant options are: `Color` - Specifies the color of the border `LineStyle` - Specifies the style of the border `LineWidth` - Specifies the wi

(
		&'l mut self, front: bool, locations: &[BorderLocation2D], 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