MCPcopy Create free account
hub / github.com/donkeyteethUX/iced_plot / add_fill

Method add_fill

src/plot_widget_builder.rs:325–328  ·  view source on GitHub ↗

Add a fill region between two shapes in the plot.

(mut self, fill: Fill)

Source from the content-addressed store, hash-verified

323 pub fn add_vline(mut self, vline: VLine) -> Self {
324 self.vlines.push(vline);
325 self
326 }
327
328 /// Add a fill region between two shapes in the plot.
329 pub fn add_fill(mut self, fill: Fill) -> Self {
330 self.fills.push(fill);
331 self

Callers 1

buildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected