Skip to content

vega/vegafusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dc15c1b · Feb 23, 2025
Nov 25, 2024
Nov 16, 2024
Nov 25, 2024
Nov 16, 2024
Feb 23, 2025
Feb 23, 2025
Feb 23, 2025
Feb 23, 2025
Feb 23, 2025
Feb 23, 2025
Nov 16, 2024
Nov 16, 2024
Nov 16, 2024
May 4, 2023
Feb 23, 2025
Nov 16, 2024
Apr 3, 2024
Jan 20, 2023
Nov 16, 2024
Nov 24, 2024
Feb 22, 2025
Feb 22, 2025
Nov 16, 2024


Overview

VegaFusion provides Rust, Python, and JavaScript libraries for analyzing and scaling Vega visualizations. The goal is to provide low-level building blocks that higher level Vega systems (such as Vega-Altair in Python) can integrate with.

Note

If you've arrived here looking for information on how to scale Vega-Altair visualizations to support larger datasets, see the Vega-Altair documentation on the "vegafusion" data transformer.

Python Installation

The VegaFusion Python package can be installed into a Python environment using pip

pip install vegafusion

or conda

conda install -c conda-forge vegafusion

Documentation

See Documentation and Examples.