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

Method width

egui_plot/src/bounds.rs:120–122  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

118
119 #[inline]
120 pub fn width(&self) -> f64 {
121 self.max[0] - self.min[0]
122 }
123
124 #[inline]
125 pub fn height(&self) -> f64 {

Callers 3

is_validMethod · 0.45
is_valid_xMethod · 0.45
add_relative_margin_xMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected