Skip to content

Repository files navigation

attaviz

An Altair theme implementing the World Bank Group Data Visualization Style Guide.

Documentation: https://datapartnership.github.io/attaviz/

Install

uv add "attaviz @ git+https://github.com/datapartnership/attaviz.git"
# or
pip install "git+https://github.com/datapartnership/attaviz.git"

Quick start

import altair as alt
import attaviz

attaviz.enable()  # every chart now uses the WBG theme

alt.Chart(data).mark_bar().encode(x="category:N", y="value:Q")

See the documentation site for the full gallery and reference.

About

Altair theme implementing the World Bank Group Data Visualization Style Guide.

Topics

Resources

Code of conduct

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages

Generated from worldbank/template