Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emilk/egui_plot
/ show_axes
Method
show_axes
egui_plot/src/plot.rs:619–622 ·
view source on GitHub ↗
(mut self, show: impl Into<Vec2b>)
Source
from the content-addressed store, hash-verified
617
/// Default: `true`.
618
#[inline]
619
pub fn show_axes(mut self, show: impl Into<Vec2b>) -> Self {
620
self.show_axes = show.into();
621
self
622
}
623
624
/// Show a grid overlay on the plot.
625
///
Callers
1
show_plot
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected