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

Method show_contours

gnuplot/src/axes3d.rs:351–363  ·  view source on GitHub ↗

Show contours (lines of equal Z value) at automatically determined levels. # Arguments `base` - Show contours on the base of the plot (XY plane) `surface` - Show the contours on the surface itself `style` - Style of the contours `label` - Auto sets the label automatically and enables the legend, Fix() allows you specify a format string (using C style formatting), otherwise an empty string disable

(
		&mut self, base: bool, surface: bool, style: ContourStyle, label: AutoOption<&str>,
		levels: AutoOption<u32>,
	)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

exampleFunction · 0.80

Calls 1

mapMethod · 0.80

Tested by

no test coverage detected