plotly.rs
Plotly.jl
plotly.rs | Plotly.jl | |
---|---|---|
7 | 1 | |
1,103 | 96 | |
4.4% | - | |
8.2 | 2.0 | |
16 days ago | 16 days ago | |
Rust | Julia | |
MIT License | GNU General Public License v3.0 or later |
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.
Plotly.jl
-
Where the fuck does plotlyjs/julia save the plot?
Probably here https://github.com/plotly/Plotly.jl. (not 100% sure, but they'll at least know the right place to put it).
What are some alternatives?
rustymind - A driver, parser and real time brainwave plotter for NeuroSky MindWave EEG headset
vscode-jupyter - VS Code Jupyter extension
graphest - A faithful graphing calculator
Dash.jl - Dash for Julia - A Julia interface to the Dash ecosystem for creating analytic web applications in Julia. No JavaScript required.
plotters - A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely 🦀 📈🚀
Pluto.jl - 🎈 Simple reactive notebooks for Julia
SciencePlots - Matplotlib styles for scientific plotting
StatisticalGraphics.jl - Data visualization in Julia
lowcharts - Tool to draw low-resolution graphs in terminal
datashader - Quickly and accurately render even the largest data.
cli-candlestick-chart - 📈 Display candlestick charts right into your terminal.
Pipe - A Python library to use infix notation in Python