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 not stored for this graph (policy: none)