Sam Lindsay
Results
11
comments of
Sam Lindsay
https://github.com/vega/vega-themes https://observablehq.com/@vega/vega-themes-demo A demo of using a custom theme with altair is shown [here](https://github.com/datadesk/altair-latimes): `theme` defined [here](https://github.com/datadesk/altair-latimes/blob/master/altair_latimes/__init__.py) ``` import altair as alt from ... import theme alt.themes.register('splink_theme', theme) alt.themes.enable('splink_theme') ```