MCPcopy Create free account

hub / github.com/donkeyteethUX/iced_plot / functions

Functions611 in github.com/donkeyteethUX/iced_plot

Methoddiff
(&self, tree: &mut Tree)
src/plot_overlay.rs:172
Methoddisable_legend
Disable the legend. By default, when plot contains at least one labeled series, the legend is enabled.
src/plot_widget_builder.rs:174
Methoddisplay_x
(&self)
src/plot_widget.rs:1938
Methoddisplay_y
(&self)
src/plot_widget.rs:1944
Methoddotted
Create a dotted line style with the given dot spacing in logical pixels.
src/series.rs:58
Methoddouble_click_enabled
(&self, button: mouse::Button, action: ClickAction)
examples/controls_toggles.rs:134
Functiondrag_action_label
(action: DragAction)
src/controls.rs:472
Methoddrag_enabled
(&self, button: mouse::Button, action: DragAction)
examples/controls_toggles.rs:92
Methoddraw
( &self, tree: &Tree, renderer: &mut iced::Renderer, theme: &Theme, st
src/plot_overlay.rs:261
Methoddraw
( &self, state: &Self::State, _cursor: mouse::Cursor, _bounds: Rectangle,
src/plot_widget.rs:1703
Methodempty_circle
(x: f64, y: f64, size: f32)
src/point.rs:63
Methodempty_circle_world
(x: f64, y: f64, size: f64)
src/point.rs:83
Methodfilled_circle
(x: f64, y: f64, size: f32)
src/point.rs:59
Methodfilled_circle_world
(x: f64, y: f64, size: f64)
src/point.rs:79
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/plot_widget.rs:1209
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
src/series.rs:279
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
examples/themes_and_styles.rs:177
Methodfrom
(scale: AxisScale)
src/transform.rs:111
Methodfrom
(size: f32)
src/series.rs:119
Methodfrom_graphics_backend
From `iced::system::Information`'s `graphics_backend`.
src/plot_renderer/mod.rs:25
Methodget_drag_event
Get the drag event from the render update.
src/message.rs:33
Methodhandle_hover_pick
(&mut self, point_id: PointId)
src/plot_widget.rs:515
Methodhighlight_on_hover
Return whether point highlighting while hovering is enabled.
src/plot_widget.rs:840
Functionhorizontal_label
(value: alignment::Horizontal)
examples/plot_overlays.rs:160
Methodhover_highlight_provider
(ctx: TooltipContext, point: &mut HighlightPoint)
examples/three_plots.rs:234
Methodidentity
Leave a data value unchanged before the axis scale is applied.
src/transform.rs:121
Functionkey_action_label
(action: KeyAction)
src/controls.rs:494
Methodkey_enabled
(&self, key: &keyboard::Key, action: KeyAction)
examples/controls_toggles.rs:148
Functionkeyboard_key_label
(key: &keyboard::Key)
src/controls.rs:464
Functionkeyboard_modifiers_label
(modifiers: keyboard::Modifiers)
src/controls.rs:505
Methodlayout
( &mut self, tree: &mut Tree, renderer: &iced::Renderer, limits: &layout::Limi
src/plot_overlay.rs:183
Functionleft_click_picks_when_left_button_is_box_zoom
()
src/plot_state.rs:1791
Functionleft_double_click_autoscales_when_left_button_is_box_zoom
()
src/plot_state.rs:1837
Functionlevitating_cursor_continues_active_drag_pan
()
src/plot_state.rs:1542
Functionlevitating_cursor_does_not_enable_keyboard_pan
()
src/plot_state.rs:1678
Functionlevitating_cursor_does_not_release_click
()
src/plot_state.rs:1613
Functionlevitating_cursor_does_not_scroll_pan
()
src/plot_state.rs:1582
Functionlevitating_cursor_does_not_start_drag_pan
()
src/plot_state.rs:1514
Functionlevitating_cursor_does_not_update_keyboard_modifiers
()
src/plot_state.rs:1714
Methodline_dashed
Set dashed line style with given dash length.
src/series.rs:495
Methodline_dotted
Set dotted line style with given spacing.
src/series.rs:490
Methodline_only
Create a new line-only series.
src/series.rs:337
Methodline_solid
Set solid line style.
src/series.rs:485
Methodline_style
Set or change the line style for the series.
src/series.rs:456
Methodline_width
Set or change the line width for the series.
src/series.rs:462
Methodline_width_world
Set or change the line width for the series in world units.
src/series.rs:469
Functionmain
()
examples/transform.rs:15
Functionmain
()
examples/custom_ticks.rs:13
Functionmain
()
examples/bad_apple.rs:15
Functionmain
()
examples/themes_and_styles.rs:11
Functionmain
()
examples/plot_overlays.rs:13
Functionmain
()
examples/fills.rs:8
Functionmain
()
examples/reference_lines.rs:10
Functionmain
()
examples/interactive_spline.rs:13
Functionmain
()
examples/auto_backend.rs:14
Functionmain
()
examples/three_plots.rs:19
Functionmain
()
examples/high_precision.rs:12
Functionmain
()
examples/log_scale.rs:9
Functionmain
()
examples/heatmap.rs:8
Functionmain
()
examples/scrolling_plot.rs:15
Functionmain
()
examples/line_only.rs:10
Functionmain
()
examples/backends.rs:13
Functionmain
()
examples/controls_toggles.rs:11
Functionmain
()
examples/huge_scatter.rs:11
Methodmarkers_only
Create a new marker-only series.
src/series.rs:352
Functionmouse_button_label
(button: mouse::Button)
src/controls.rs:453
Methodmouse_interaction
( &self, tree: &Tree, layout: Layout<'_>, cursor: mouse::Cursor, viewp
src/plot_overlay.rs:238
Methodmouse_interaction
( &self, state: &Self::State, _bounds: Rectangle, _cursor: mouse::Cursor,
src/plot_widget.rs:1727
Methodnearest_point
Find the nearest point to a given position in the plot.
src/plot_widget.rs:431
Methodnearest_point_vertical
Find the nearest point to a given y-coordinate in the plot.
src/plot_widget.rs:467
Functionnew
()
examples/transform.rs:39
Functionnew
()
examples/custom_ticks.rs:29
Functionnew
()
examples/reference_lines.rs:25
Functionnew
()
examples/high_precision.rs:27
Functionnew
()
examples/log_scale.rs:24
Functionnew
()
examples/heatmap.rs:24
Functionnew
()
examples/line_only.rs:52
Methodnew
Create a new x/y transform pair.
src/transform.rs:239
Methodnew
(x: f64, y: f64, size: f32)
src/point.rs:43
Methodnew
Create a new vertical line at the given x-coordinate.
src/reference_lines.rs:22
Methodnew
(width: u32, height: u32)
src/camera.rs:61
Methodnew
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
Methodnew
Create a new tick.
src/ticks.rs:29
Methodnew
Create a new plot widget with default settings.
src/plot_widget.rs:121
Methodnew
Create a new [`Fill`] between two shapes.
src/fill.rs:23
Methodnew
Create a new axis link.
src/axis_link.rs:22
Methodnew
Create a new PlotWidgetBuilder.
src/plot_widget_builder.rs:71
Methodnew
Create a line style from an explicit width and line type.
src/series.rs:48
Methodnew
()
src/plot_renderer/shader.rs:138
Methodnew
()
examples/bad_apple.rs:41
Methodnew
()
examples/themes_and_styles.rs:33
Methodnew
()
examples/plot_overlays.rs:41
Methodnew
()
examples/interactive_spline.rs:36
Methodnew
()
examples/auto_backend.rs:37
Methodnew
()
examples/three_plots.rs:150
Methodnew
()
examples/scrolling_plot.rs:72
Methodnew
()
examples/backends.rs:32
Methodnew
()
examples/controls_toggles.rs:39
Functionnew_scatter
()
examples/huge_scatter.rs:36
Methodnew_world
(x: f64, y: f64, size: f64)
src/point.rs:51
← previousnext →401–500 of 611, ranked by callers