Skip to content

datapartnership/attaviz

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

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from worldbank/template