| Crates.io | scatters |
| lib.rs | scatters |
| version | 0.0.3 |
| created_at | 2025-09-07 17:23:23.762623+00 |
| updated_at | 2025-09-20 12:38:49.235716+00 |
| description | A CLI to instantly turn tabular data and audio files into interactive HTML scatter plots. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1828349 |
| size | 175,182 |
Instantly create interactive, single-file HTML scatter plots from tabular data (CSV, Parquet, JSON, Excel) and audio formats (WAV, MP3, FLAC, OGG, M4A, AAC). Built for speed and massive datasets with optional intelligent downsampling.

scatters reads common data and audio files and generates beautiful, interactive charts powered by ECharts. It works recursively on directories and saves each plot as a single .html file.
| value in a string column to draw vertical marker lines on your plot for highlighting events.--downsample flag to keep plots fast and responsive. Implements the Largest-Triangle-Three-Buckets (LTTB) algorithm for downsampling, to retain meaningful features.Ensure you have the Rust toolchain installed. You can then install scatters using Cargo:
cargo install scatters
After installation, run scatters --help for a full list of options and usage instructions.