MCPcopy Create free account

hub / github.com/Gip-Gip/egui-plotter / functions

Functions138 in github.com/Gip-Gip/egui-plotter

Methodnew
Create a new TimeData chart. See [Usage](#usage).
src/charts/timedata.rs:30
Methodnew
(cc: &eframe::CreationContext<'_>)
examples/parachart.rs:25
Methodnew
(cc: &eframe::CreationContext<'_>)
examples/timechart.rs:27
Methodnew
(cc: &eframe::CreationContext<'_>)
examples/spiral.rs:31
Methodnew
(cc: &eframe::CreationContext<'_>)
examples/3dchart.rs:26
Methodnew
(cc: &eframe::CreationContext<'_>)
examples/3d.rs:32
Methodnew
(cc: &eframe::CreationContext<'_>)
examples/simple.rs:22
Methodnew
(cc: &eframe::CreationContext<'_>)
examples/simple_bg.rs:29
Methodpitch_scale
Change the pitch scale. Consumes self.
src/chart.rs:199
Methodplayback_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
Methodplayback_speed
(mut self, speed: f32)
src/charts/timedata.rs:63
Methodratio
Set the ratio between X and Y values, default being 1 x unit to 1 y unit. Consumes self.
src/charts/xytime.rs:418
Methodratio
Set the ratio between X and Y values, default being 1 x unit to 1 y unit. Consumes self.
src/charts/timedata.rs:173
Methodrotate
Enable/disable rotation of the chart. Consumes self.
src/chart.rs:171
Methodrotate
(anchor: &mut Align2)
src/backend.rs:526
Methodscale
Set the scale of the backend. Consume self.
src/backend.rs:321
Methodsource
(&self)
src/backend.rs:34
Methodstart_playback
(&mut self)
src/charts/timedata.rs:187
Methodstart_time
(&self)
src/charts/timedata.rs:210
Methodstop_playback
Stop/disable playback of the chart.
src/charts/xytime.rs:459
Methodstop_playback
(&mut self)
src/charts/timedata.rs:193
Methodsub
(self, rhs: EguiBackendCoord)
src/backend.rs:99
Methodsub_assign
(&mut self, rhs: EguiBackendCoord)
src/backend.rs:139
Methodsubgrid_style
Set the style of the subgrid. Consumes self.
src/charts/timedata.rs:105
Methodtext_color
Set the text color of the chart. Consumes self.
src/charts/timedata.rs:136
Methodtime
Set the time to resume playback at. Time is in seconds. Consumes self.
src/charts/xytime.rs:296
Methodtime
(mut self, time: f32)
src/charts/timedata.rs:49
Methodtoggle_playback
Toggle playback of the chart.
src/charts/timedata.rs:198
Methodui
(self, ui: &mut Ui)
src/lib.rs:69
Methodupdate
(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame)
examples/parachart.rs:76
Methodupdate
(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame)
examples/timechart.rs:45
Methodupdate
(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame)
examples/spiral.rs:80
Methodupdate
(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame)
examples/3dchart.rs:100
Methodupdate
(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame)
examples/3d.rs:48
Methodupdate
(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame)
examples/simple.rs:32
Methodupdate
(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame)
examples/simple_bg.rs:42
Methodwith_cb
(callback: CB)
src/lib.rs:39
Methodzoom
Enable/disable zoom of the chart. Consumes self.
src/chart.rs:185
← previous101–138 of 138, ranked by callers