A GPU-accelerated plotting widget for Iced.
Features
- Works with large datasets (up to millions of points)
- Retains GPU buffers between frames for fast redraws and picking
- Axes/labels, legends, reference lines, tooltips, crosshairs, axis linking, etc.
Quick start
use ;
let series = circles
.with_color
.with_label;
new
.with_x_label
.with_y_label
.add_series
.build
.unwrap
See the examples/ directory for more.