Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/donkeyteethUX/iced_plot
/ functions
Functions
611 in github.com/donkeyteethUX/iced_plot
⨍
Functions
611
◇
Types & classes
105
Method
diff
(&self, tree: &mut Tree)
src/plot_overlay.rs:172
Method
disable_legend
Disable the legend. By default, when plot contains at least one labeled series, the legend is enabled.
src/plot_widget_builder.rs:174
Method
display_x
(&self)
src/plot_widget.rs:1938
Method
display_y
(&self)
src/plot_widget.rs:1944
Method
dotted
Create a dotted line style with the given dot spacing in logical pixels.
src/series.rs:58
Method
double_click_enabled
(&self, button: mouse::Button, action: ClickAction)
examples/controls_toggles.rs:134
Function
drag_action_label
(action: DragAction)
src/controls.rs:472
Method
drag_enabled
(&self, button: mouse::Button, action: DragAction)
examples/controls_toggles.rs:92
Method
draw
( &self, tree: &Tree, renderer: &mut iced::Renderer, theme: &Theme, st
src/plot_overlay.rs:261
Method
draw
( &self, state: &Self::State, _cursor: mouse::Cursor, _bounds: Rectangle,
src/plot_widget.rs:1703
Method
empty_circle
(x: f64, y: f64, size: f32)
src/point.rs:63
Method
empty_circle_world
(x: f64, y: f64, size: f64)
src/point.rs:83
Method
filled_circle
(x: f64, y: f64, size: f32)
src/point.rs:59
Method
filled_circle_world
(x: f64, y: f64, size: f64)
src/point.rs:79
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/plot_widget.rs:1209
Method
fmt
(&self, f: &mut fmt::Formatter<'_>)
src/series.rs:279
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
examples/themes_and_styles.rs:177
Method
from
(scale: AxisScale)
src/transform.rs:111
Method
from
(size: f32)
src/series.rs:119
Method
from_graphics_backend
From `iced::system::Information`'s `graphics_backend`.
src/plot_renderer/mod.rs:25
Method
get_drag_event
Get the drag event from the render update.
src/message.rs:33
Method
handle_hover_pick
(&mut self, point_id: PointId)
src/plot_widget.rs:515
Method
highlight_on_hover
Return whether point highlighting while hovering is enabled.
src/plot_widget.rs:840
Function
horizontal_label
(value: alignment::Horizontal)
examples/plot_overlays.rs:160
Method
hover_highlight_provider
(ctx: TooltipContext, point: &mut HighlightPoint)
examples/three_plots.rs:234
Method
identity
Leave a data value unchanged before the axis scale is applied.
src/transform.rs:121
Function
key_action_label
(action: KeyAction)
src/controls.rs:494
Method
key_enabled
(&self, key: &keyboard::Key, action: KeyAction)
examples/controls_toggles.rs:148
Function
keyboard_key_label
(key: &keyboard::Key)
src/controls.rs:464
Function
keyboard_modifiers_label
(modifiers: keyboard::Modifiers)
src/controls.rs:505
Method
layout
( &mut self, tree: &mut Tree, renderer: &iced::Renderer, limits: &layout::Limi
src/plot_overlay.rs:183
Function
left_click_picks_when_left_button_is_box_zoom
()
src/plot_state.rs:1791
Function
left_double_click_autoscales_when_left_button_is_box_zoom
()
src/plot_state.rs:1837
Function
levitating_cursor_continues_active_drag_pan
()
src/plot_state.rs:1542
Function
levitating_cursor_does_not_enable_keyboard_pan
()
src/plot_state.rs:1678
Function
levitating_cursor_does_not_release_click
()
src/plot_state.rs:1613
Function
levitating_cursor_does_not_scroll_pan
()
src/plot_state.rs:1582
Function
levitating_cursor_does_not_start_drag_pan
()
src/plot_state.rs:1514
Function
levitating_cursor_does_not_update_keyboard_modifiers
()
src/plot_state.rs:1714
Method
line_dashed
Set dashed line style with given dash length.
src/series.rs:495
Method
line_dotted
Set dotted line style with given spacing.
src/series.rs:490
Method
line_only
Create a new line-only series.
src/series.rs:337
Method
line_solid
Set solid line style.
src/series.rs:485
Method
line_style
Set or change the line style for the series.
src/series.rs:456
Method
line_width
Set or change the line width for the series.
src/series.rs:462
Method
line_width_world
Set or change the line width for the series in world units.
src/series.rs:469
Function
main
()
examples/transform.rs:15
Function
main
()
examples/custom_ticks.rs:13
Function
main
()
examples/bad_apple.rs:15
Function
main
()
examples/themes_and_styles.rs:11
Function
main
()
examples/plot_overlays.rs:13
Function
main
()
examples/fills.rs:8
Function
main
()
examples/reference_lines.rs:10
Function
main
()
examples/interactive_spline.rs:13
Function
main
()
examples/auto_backend.rs:14
Function
main
()
examples/three_plots.rs:19
Function
main
()
examples/high_precision.rs:12
Function
main
()
examples/log_scale.rs:9
Function
main
()
examples/heatmap.rs:8
Function
main
()
examples/scrolling_plot.rs:15
Function
main
()
examples/line_only.rs:10
Function
main
()
examples/backends.rs:13
Function
main
()
examples/controls_toggles.rs:11
Function
main
()
examples/huge_scatter.rs:11
Method
markers_only
Create a new marker-only series.
src/series.rs:352
Function
mouse_button_label
(button: mouse::Button)
src/controls.rs:453
Method
mouse_interaction
( &self, tree: &Tree, layout: Layout<'_>, cursor: mouse::Cursor, viewp
src/plot_overlay.rs:238
Method
mouse_interaction
( &self, state: &Self::State, _bounds: Rectangle, _cursor: mouse::Cursor,
src/plot_widget.rs:1727
Method
nearest_point
Find the nearest point to a given position in the plot.
src/plot_widget.rs:431
Method
nearest_point_vertical
Find the nearest point to a given y-coordinate in the plot.
src/plot_widget.rs:467
Function
new
()
examples/transform.rs:39
Function
new
()
examples/custom_ticks.rs:29
Function
new
()
examples/reference_lines.rs:25
Function
new
()
examples/high_precision.rs:27
Function
new
()
examples/log_scale.rs:24
Function
new
()
examples/heatmap.rs:24
Function
new
()
examples/line_only.rs:52
Method
new
Create a new x/y transform pair.
src/transform.rs:239
Method
new
(x: f64, y: f64, size: f32)
src/point.rs:43
Method
new
Create a new vertical line at the given x-coordinate.
src/reference_lines.rs:22
Method
new
(width: u32, height: u32)
src/camera.rs:61
Method
new
Create an external Iced element anchored at a plot position. The position is interpreted as normal data coordinates by default. Use [`PlotOverlay::wi
src/plot_overlay.rs:30
Method
new
Create a new tick.
src/ticks.rs:29
Method
new
Create a new plot widget with default settings.
src/plot_widget.rs:121
Method
new
Create a new [`Fill`] between two shapes.
src/fill.rs:23
Method
new
Create a new axis link.
src/axis_link.rs:22
Method
new
Create a new PlotWidgetBuilder.
src/plot_widget_builder.rs:71
Method
new
Create a line style from an explicit width and line type.
src/series.rs:48
Method
new
()
src/plot_renderer/shader.rs:138
Method
new
()
examples/bad_apple.rs:41
Method
new
()
examples/themes_and_styles.rs:33
Method
new
()
examples/plot_overlays.rs:41
Method
new
()
examples/interactive_spline.rs:36
Method
new
()
examples/auto_backend.rs:37
Method
new
()
examples/three_plots.rs:150
Method
new
()
examples/scrolling_plot.rs:72
Method
new
()
examples/backends.rs:32
Method
new
()
examples/controls_toggles.rs:39
Function
new_scatter
()
examples/huge_scatter.rs:36
Method
new_world
(x: f64, y: f64, size: f64)
src/point.rs:51
← previous
next →
401–500 of 611, ranked by callers