|
3 hete | |
---|---|---|
.. | ||
__init__.py | 3 hete | |
belief_charts.py | 3 hete | |
defaults.py | 3 hete | |
readme.md | 3 hete | |
test_chart_defaults.py | 3 hete |
Chart specs can be specified as a dictionary with a vega-lite specification or as an altair chart. Alternatively, they can be specified as a function that returns a dict (with vega-lite specs) or an altair chart. This approach is useful if you need to parameterize the specification with kwargs.
Todo: support a plug-in architecture, see https://packaging.python.org/guides/creating-and-discovering-plugins/