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

Method show_ui

examples/plot_span/src/lib.rs:34–36  ·  view source on GitHub ↗
(&mut self, ui: &mut egui::Ui)

Source from the content-addressed store, hash-verified

32 }
33
34 fn show_ui(&mut self, ui: &mut egui::Ui) -> egui::Response {
35 self.show_plot(ui)
36 }
37
38 fn show_controls(&mut self, ui: &mut egui::Ui) -> egui::Response {
39 self.show_controls(ui)

Callers

nothing calls this directly

Calls 1

show_plotMethod · 0.45

Tested by

no test coverage detected