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

Method height

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

Source from the content-addressed store, hash-verified

123
124 #[inline]
125 pub fn height(&self) -> f64 {
126 self.max[1] - self.min[1]
127 }
128
129 #[inline]
130 pub fn center(&self) -> PlotPoint {

Callers 3

is_validMethod · 0.45
is_valid_yMethod · 0.45
add_relative_margin_yMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected