Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gip-Gip/egui-plotter
/ functions
Functions
138 in github.com/Gip-Gip/egui-plotter
⨍
Functions
138
◇
Types & classes
20
Method
new
Create a new TimeData chart. See [Usage](#usage).
src/charts/timedata.rs:30
Method
new
(cc: &eframe::CreationContext<'_>)
examples/parachart.rs:25
Method
new
(cc: &eframe::CreationContext<'_>)
examples/timechart.rs:27
Method
new
(cc: &eframe::CreationContext<'_>)
examples/spiral.rs:31
Method
new
(cc: &eframe::CreationContext<'_>)
examples/3dchart.rs:26
Method
new
(cc: &eframe::CreationContext<'_>)
examples/3d.rs:32
Method
new
(cc: &eframe::CreationContext<'_>)
examples/simple.rs:22
Method
new
(cc: &eframe::CreationContext<'_>)
examples/simple_bg.rs:29
Method
pitch_scale
Change the pitch scale. Consumes self.
src/chart.rs:199
Method
playback_speed
Set the playback speed. 1.0 is normal speed, 2.0 is double, & 0.5 is half. Consumes self.
src/charts/xytime.rs:310
Method
playback_speed
(mut self, speed: f32)
src/charts/timedata.rs:63
Method
ratio
Set the ratio between X and Y values, default being 1 x unit to 1 y unit. Consumes self.
src/charts/xytime.rs:418
Method
ratio
Set the ratio between X and Y values, default being 1 x unit to 1 y unit. Consumes self.
src/charts/timedata.rs:173
Method
rotate
Enable/disable rotation of the chart. Consumes self.
src/chart.rs:171
Method
rotate
(anchor: &mut Align2)
src/backend.rs:526
Method
scale
Set the scale of the backend. Consume self.
src/backend.rs:321
Method
source
(&self)
src/backend.rs:34
Method
start_playback
(&mut self)
src/charts/timedata.rs:187
Method
start_time
(&self)
src/charts/timedata.rs:210
Method
stop_playback
Stop/disable playback of the chart.
src/charts/xytime.rs:459
Method
stop_playback
(&mut self)
src/charts/timedata.rs:193
Method
sub
(self, rhs: EguiBackendCoord)
src/backend.rs:99
Method
sub_assign
(&mut self, rhs: EguiBackendCoord)
src/backend.rs:139
Method
subgrid_style
Set the style of the subgrid. Consumes self.
src/charts/timedata.rs:105
Method
text_color
Set the text color of the chart. Consumes self.
src/charts/timedata.rs:136
Method
time
Set the time to resume playback at. Time is in seconds. Consumes self.
src/charts/xytime.rs:296
Method
time
(mut self, time: f32)
src/charts/timedata.rs:49
Method
toggle_playback
Toggle playback of the chart.
src/charts/timedata.rs:198
Method
ui
(self, ui: &mut Ui)
src/lib.rs:69
Method
update
(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame)
examples/parachart.rs:76
Method
update
(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame)
examples/timechart.rs:45
Method
update
(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame)
examples/spiral.rs:80
Method
update
(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame)
examples/3dchart.rs:100
Method
update
(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame)
examples/3d.rs:48
Method
update
(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame)
examples/simple.rs:32
Method
update
(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame)
examples/simple_bg.rs:42
Method
with_cb
(callback: CB)
src/lib.rs:39
Method
zoom
Enable/disable zoom of the chart. Consumes self.
src/chart.rs:185
← previous
101–138 of 138, ranked by callers