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

Method points

gnuplot/src/axes3d.rs:110–127  ·  view source on GitHub ↗

Plot a 3D scatter-plot with a point standing in for each data point # Arguments `x` - x values `y` - y values `z` - z 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). `PointSymbol` - Sets symbol for each point `PointSize` - Sets the siz

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected