Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/donkeyteethUX/iced_plot
/ size
Method
size
src/plot_overlay.rs:176–181 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
174
}
175
176
fn size(&self) -> iced::Size<Length> {
177
iced::Size {
178
width: Length::Fill,
179
height: Length::Fill,
180
}
181
}
182
183
fn layout(
184
&mut self,
Callers
14
layout
Method · 0.80
view_controls_overlay_panel
Method · 0.80
ensure_staging
Method · 0.80
ensure_target
Method · 0.80
view_tooltip_overlay
Method · 0.80
view_cursor_overlay
Method · 0.80
view_top_right_overlay
Method · 0.80
view_tick_labels
Method · 0.80
label_button
Function · 0.80
x_axis_label
Function · 0.80
y_axis_label
Function · 0.80
rebuild_markers
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected