plotly.rs
rustymind
plotly.rs | rustymind | |
---|---|---|
7 | 3 | |
1,087 | 45 | |
5.5% | - | |
8.0 | 0.0 | |
8 days ago | over 2 years ago | |
Rust | Rust | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
plotly.rs
-
Lets-Plot: An open-source plotting library by JetBrains
That's odd. Are you sure this is not related to Jupyter? I use plotly.js via a Rust wrapper (https://github.com/igiagkiozis/plotly) and the performance seems ok when generating a static, interactive html. The wrapper language itself should be irrelevant here. Is it the same if you generate a static html-file?
While I can't speak for millions of data points, generating a gyroscope plot with x, y, z, where each gyro axis is 400k+ samples is fine performance wise. This is generating a static, interactive html. Zooming etc is fine on my M1 MacbookPro 13" - delay when zooming in this specific case is maybe 0.5secs. The html-file is 60mb+.
-
What dashboard UI tools does the Rust ecosystem have?
There is a port of plotly to Rust (https://github.com/igiagkiozis/plotly). I used to make plots in Python using the python bindings and pandas, but never used the Rust bindings. I imagine it could be very powerful when integrated with polars.
- Plotting library for lots of points
- What's are good plotting libraries?
- Plotly-rs v0.8.1 released - create advanced and interactive charts with Rust. Supports Wasm.
-
Data visualization in rust
Check out https://github.com/igiagkiozis/plotly
-
Blog Post: Builder Lite
We use this pattern extensively in plotly.rs, e.g.: here, with good success.
rustymind
- Open-source library and tools to parse and visualize EGG data from NeuroSky headsets
-
Cross-platform library to parse and visualize brainwaves with NeuroSky headsets
Hi, I would like to share a cool NeuroSky related project that's written in the Rust programming language: https://github.com/junjunjd/rustymind.
- Parse and visualize brainwaves with Rust
What are some alternatives?
graphest - A faithful graphing calculator
plotters - A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely 🦀 📈🚀
rustDTW - Python extension backed by a multi-threaded Rust implementation of Dynamic Time Warping (DTW).
SciencePlots - Matplotlib styles for scientific plotting
ironbci - Open-Source Brain-Computer Interface, ADS1299 and STM32
lowcharts - Tool to draw low-resolution graphs in terminal
muse-js - Muse 2016 EEG Headset JavaScript Library (using Web Bluetooth)
datashader - Quickly and accurately render even the largest data.
moabb - Mother of All BCI Benchmarks
Plotly.jl - A Julia interface to the plot.ly plotting library and cloud services
Peroxide - Rust numeric library with R, MATLAB & Python syntax