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

Method ctx

egui_plot/src/plot.rs:1898–1900  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1896 }
1897
1898 pub fn ctx(&self) -> &egui::Context {
1899 &self.ctx
1900 }
1901
1902 /// The plot bounds as they were in the last frame. If called on the first
1903 /// frame and the bounds were not further specified in the plot builder,

Callers 4

show_plotMethod · 0.80
load_or_init_memoryMethod · 0.80
show_dynMethod · 0.80
pointer_coordinateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected