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

Method fill_between

gnuplot/src/axes2d.rs:619–640  ·  view source on GitHub ↗

Plot a 2D scatter-plot of two curves (bound by `y_lo` and `y_hi`) with a filled region between them. `FillRegion` plot option can be used to control what happens when the curves intersect. If set to Above, then the `y_lo < y_hi` region is filled. If set to Below, then the `y_lo > y_hi` region is filled. Otherwise both regions are filled. # Arguments `x` - x values `y_lo` - Bottom y values `y_hi` -

(
		&'l mut self, x: X, y_lo: YL, y_hi: YH, 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