Rust data visualization framework - The modern Plotly alternative
Project description
SeraPlot — High-Performance Data Visualization Framework
SeraPlot v2.8.0+ is a Rust-native charting library exposed to Python as a single compiled extension — no JavaScript charting library, no Node toolchain, no external rendering service. One pip install gets you 60+ chart types across 2D, 3D, and maps, a small canvas drawing API for custom compositions, and sp.App — a reactive dashboard server built directly into the core, no Flask or Dash required.
Every chart renders to a single self-contained HTML file — no CDN, no backend, works offline or embedded anywhere a browser can open a file.
Documentation: https://feur25.github.io/Sera/getting-started/intro-seraplot.html
Installation
Python (PyPI — wheel for CPython 3.8+, Windows/Linux/macOS)
pip install seraplot
Other package managers:
conda install -c conda-forge seraplot
uv pip install seraplot
JavaScript/WebAssembly (npm)
npm install seraplot
Quickstart
import seraplot as sp
chart = sp.bar("Revenue by Product", labels=["A", "B", "C"], values=[42, 68, 35])
chart.save("chart.html")
Open chart.html in any browser — no server, no build step.
Gallery — Chart Types
2D Charts
3D Charts
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file seraplot-2.8.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: seraplot-2.8.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 24.1 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
803688bdd21479d472dc433de20e42cd1d7a20ad2183d0ad8a39e2228e211080
|
|
| MD5 |
c4dbb62a1568f2333c8c17db103f0114
|
|
| BLAKE2b-256 |
5de2f7c90d6996b5e87c6133493acc76c38dc73d60f030005f62fdd397968bb1
|