MCPcopy Create free account
hub / github.com/emilk/egui_plot / legend

Method legend

egui_plot/src/plot.rs:600–603  ·  view source on GitHub ↗
(mut self, legend: Legend)

Source from the content-addressed store, hash-verified

598 /// Show a legend including all named items.
599 #[inline]
600 pub fn legend(mut self, legend: Legend) -> Self {
601 self.legend_config = Some(legend);
602 self
603 }
604
605 /// Whether or not to show the background [`Rect`].
606 ///

Callers 14

show_plotMethod · 0.80
show_plotMethod · 0.80
show_plotMethod · 0.80
show_plotMethod · 0.80
show_plotMethod · 0.80
show_plotMethod · 0.80
show_plotMethod · 0.80
show_plotMethod · 0.80
show_plotMethod · 0.80
show_plotMethod · 0.80
show_plotMethod · 0.80
show_plotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected