MCPcopy Create free account

hub / github.com/JakkuSakura/plotters-gpui / functions

Functions75 in github.com/JakkuSakura/plotters-gpui

↓ 9 callersFunctioncoord_to_point
(origin: Point<Pixels>, coord: BackendCoord)
src/utils.rs:4
↓ 7 callersFunctionbutton
(text: &str, on_click: impl Fn(&mut Window, &mut App) + 'static)
examples/window.rs:10
↓ 7 callersMethodcolor
(mut self, color: impl Into<Hsla>)
src/line.rs:38
↓ 7 callersMethodnew
(model: Rc<RwLock<PlottersDrawAreaModel>>, cx: &mut App)
examples/stock.rs:23
↓ 6 callersFunctioncolor_to_hsla
(color: BackendColor)
src/utils.rs:8
↓ 3 callersFunctionparse_time
(t: &str)
examples/stock.rs:13
↓ 3 callersMethodrender_pixels
(&mut self, window: &mut Window)
src/line.rs:50
↓ 2 callersMethodadd_point
(&mut self, point: Point<Pixels>)
src/line.rs:43
↓ 2 callersMethoddraw_pixel
( &mut self, point: BackendCoord, color: BackendColor, )
src/backend.rs:39
↓ 2 callersMethodnext
(&mut self)
examples/3d-plot2.rs:64
↓ 2 callersMethodpresent
(&mut self)
src/backend.rs:35
↓ 1 callersMethodget_line
(&mut self)
examples/animation-cpu.rs:82
↓ 1 callersFunctionmain_viewer
(cx: &mut App)
examples/animation-cosine.rs:104
↓ 1 callersFunctionmain_viewer
(cx: &mut App)
examples/mandelbrot.rs:108
↓ 1 callersFunctionmain_viewer
(cx: &mut App)
examples/3d-plot2.rs:120
↓ 1 callersFunctionmain_viewer
(cx: &mut App)
examples/animation-cpu.rs:122
↓ 1 callersFunctionmain_viewer
(cx: &mut App)
examples/normal-dist2.rs:119
↓ 1 callersFunctionmain_viewer
(cx: &mut App)
examples/area-chart.rs:96
↓ 1 callersFunctionmain_viewer
(cx: &mut App)
examples/stock.rs:120
↓ 1 callersFunctionmain_viewer
(cx: &mut App)
examples/3d-plot.rs:101
↓ 1 callersFunctionmandelbrot_set
( real: Range<f64>, complex: Range<f64>, samples: (usize, usize), max_iter: usize, )
examples/mandelbrot.rs:17
↓ 1 callersMethodnew
(model: Rc<RwLock<PlottersDrawAreaModel>>, cx: &mut App)
examples/animation-cosine.rs:20
↓ 1 callersMethodnew
(model: Rc<RwLock<PlottersDrawAreaModel>>, cx: &mut App)
examples/mandelbrot.rs:47
↓ 1 callersMethodnew
(model: Rc<RwLock<PlottersDrawAreaModel>>, cx: &mut App)
examples/3d-plot2.rs:27
↓ 1 callersMethodnew
(model: Rc<RwLock<PlottersDrawAreaModel>>, cx: &mut App)
examples/animation-cpu.rs:22
↓ 1 callersMethodnew
(model: Rc<RwLock<PlottersDrawAreaModel>>, cx: &mut App)
examples/normal-dist2.rs:22
↓ 1 callersMethodnew
(model: Rc<RwLock<PlottersDrawAreaModel>>, cx: &mut App)
examples/area-chart.rs:20
↓ 1 callersMethodnew
(model: Rc<RwLock<PlottersDrawAreaModel>>, cx: &mut App)
examples/3d-plot.rs:18
↓ 1 callersMethodnext_line
(&mut self, shift: f64)
examples/animation-cosine.rs:61
↓ 1 callersMethodplot
( &self, bounds: Bounds<Pixels>, window: &mut Window, cx: &mut App, )
src/element.rs:38
↓ 1 callersMethodshould_sample
(&self)
examples/animation-cpu.rs:60
↓ 1 callersMethodtry_sample
(&mut self)
examples/animation-cpu.rs:70
↓ 1 callersMethodwidth
(mut self, width: impl Into<Pixels>)
src/line.rs:33
Methodbetween_points
(start: Point<Pixels>, end: Point<Pixels>)
src/line.rs:26
Methodclear
(&mut self)
src/line.rs:46
Methoddefault
()
src/line.rs:12
Methoddraw_line
( &mut self, from: BackendCoord, to: BackendCoord, style: &S, )
src/backend.rs:54
Methoddraw_path
path in plotters does not close the shape
src/backend.rs:111
Methoddraw_rect
( &mut self, upper_left: BackendCoord, bottom_right: BackendCoord, style: &S,
src/backend.rs:71
Methoddraw_text
( &mut self, text: &str, style: &TStyle, pos: BackendCoord, )
src/backend.rs:161
Methodensure_prepared
(&mut self)
src/backend.rs:31
Methodfill_polygon
( &mut self, vert: I, style: &S, )
src/backend.rs:135
Methodget_size
(&self)
src/backend.rs:26
Functionmain
()
examples/animation-cosine.rs:112
Functionmain
()
examples/mandelbrot.rs:113
Functionmain
()
examples/3d-plot2.rs:125
Functionmain
()
examples/window.rs:171
Functionmain
()
examples/animation-cpu.rs:130
Functionmain
()
examples/normal-dist2.rs:124
Functionmain
()
examples/area-chart.rs:101
Functionmain
()
examples/stock.rs:128
Functionmain
()
examples/3d-plot.rs:106
Methodnew
(chart: Box<dyn PlottersChart>)
src/element.rs:16
Methodnew
()
src/line.rs:18
Methodnew
Create a new embedded backend
src/backend.rs:18
Functionpdf
(x: f64, y: f64)
examples/3d-plot2.rs:13
Methodplot
( &mut self, root: &DrawingArea<GpuiBackend, Shift>, )
examples/animation-cosine.rs:75
Methodplot
( &mut self, root: &DrawingArea<GpuiBackend, Shift>, )
examples/mandelbrot.rs:69
Methodplot
( &mut self, root: &DrawingArea<GpuiBackend, Shift>, )
examples/3d-plot2.rs:78
Methodplot
( &mut self, root: &DrawingArea<GpuiBackend, Shift>, )
examples/animation-cpu.rs:94
Methodplot
( &mut self, root: &DrawingArea<GpuiBackend, Shift>, )
examples/normal-dist2.rs:44
Methodplot
( &mut self, root: &DrawingArea<GpuiBackend, Shift>, )
examples/area-chart.rs:63
Methodplot
( &mut self, root: &DrawingArea<GpuiBackend, Shift>, )
examples/stock.rs:88
Methodplot
( &mut self, root: &DrawingArea<GpuiBackend, Shift>, )
examples/3d-plot.rs:40
Methodrender
(&mut self, _window: &mut Window, _cx: &mut Context<Self>)
src/element.rs:57
Methodrender
(&mut self, window: &mut Window, cx: &mut Context<Self>)
examples/animation-cosine.rs:31
Methodrender
(&mut self, _: &mut Window, _: &mut Context<Self>)
examples/mandelbrot.rs:57
Methodrender
(&mut self, window: &mut Window, cx: &mut Context<Self>)
examples/3d-plot2.rs:37
Methodrender
(&mut self, _window: &mut Window, _: &mut Context<Self>)
examples/window.rs:26
Methodrender
(&mut self, window: &mut Window, cx: &mut Context<Self>)
examples/animation-cpu.rs:33
Methodrender
(&mut self, _: &mut Window, _: &mut Context<Self>)
examples/normal-dist2.rs:32
Methodrender
(&mut self, _: &mut Window, _: &mut Context<Self>)
examples/area-chart.rs:30
Methodrender
(&mut self, _: &mut Window, _: &mut Context<Self>)
examples/stock.rs:34
Methodrender
(&mut self, _: &mut Window, _: &mut Context<Self>)
examples/3d-plot.rs:28
Methodwith_shared_model
(model: Rc<RwLock<PlottersDrawAreaModel>>)
src/element.rs:34