LICENSE
README.md
pyproject.toml
clean_charts/__init__.py
clean_charts/_helpers.py
clean_charts/config.py
clean_charts/data.py
clean_charts/llms.txt
clean_charts/plot.py
clean_charts.egg-info/PKG-INFO
clean_charts.egg-info/SOURCES.txt
clean_charts.egg-info/dependency_links.txt
clean_charts.egg-info/requires.txt
clean_charts.egg-info/top_level.txt
clean_charts/fonts/Inter-Bold.ttf
clean_charts/fonts/Inter-Regular.ttf
clean_charts/plots/__init__.py
clean_charts/plots/_scatter_helpers.py
clean_charts/plots/barh.py
clean_charts/plots/barv.py
clean_charts/plots/bubble_matrix.py
clean_charts/plots/bubble_scatter.py
clean_charts/plots/dashboard.py
clean_charts/plots/donut.py
clean_charts/plots/dumbbell.py
clean_charts/plots/geofacet.py
clean_charts/plots/grouped_barh.py
clean_charts/plots/grouped_scatter.py
clean_charts/plots/insight_card.py
clean_charts/plots/scatter.py
clean_charts/plots/stacked_bar.py
clean_charts/plots/table.py
clean_charts/plots/time_series.py
clean_charts/plots/waffle.py
examples/banking_dashboard.py
examples/dumbbell_example.py
examples/test_geofacet.py
tests/test_plot.py