biamalveiro / feedzai-altair-theme

Feedzai's theme for Altair charts.

Home Page:https://pypi.org/project/feedzai-altair-theme/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feedzai-altair-theme

Feedzai's theme for Altair charts.

Sneak peek

Examples of charts with the feedzai-altair-theme applied

Quickstart

Installation

Via pip:

pip install feedzai-altair-theme

Via Pipenv:

pipenv install feedzai-altair-theme

Via Poetry:

poetry add feedzai-altair-theme

Via PDM:

pdm add feedzai-altair-theme

Usage

import altair as alt

alt.themes.enable("feedzai")

You can find some example charts in the demo.ipynb notebook.

Development

Create the development environment:

make init

After implementing changes, run the command to check the types and to format and lint the code (you can also use the individual commands defined in the Makefile):

make all

To see the changes applied to some example charts, use the demo.ipynb notebook:

make demo

About

Feedzai's theme for Altair charts.

https://pypi.org/project/feedzai-altair-theme/

License:Other


Languages

Language:Python 71.1%Language:Jupyter Notebook 26.9%Language:Makefile 2.0%