MCPcopy Create free account
hub / github.com/SiegeLord/RustGnuplot / polygon

Method polygon

gnuplot/src/axes2d.rs:653–668  ·  view source on GitHub ↗

Plot a polygon given coordinates of its vertices. # Arguments `x` - x coordinates of the vertices `y` - y coordinates of the vertices `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). * `FillAlpha` - Sets the transparency of the filled regio

(
		&'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 1

exampleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected