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/barh.py
clean_charts/plots/barv.py
clean_charts/plots/bubble_matrix.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/insight_card.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
graphify-out/merge_all.py
medium_articles/generate_executive_waffle.py
medium_articles/generate_grouped_article_chart.py
medium_articles/generate_infrastructure_article_chart.py
medium_articles/generate_streaming_article_chart.py
medium_articles/generate_waffle_article_chart.py
tests/test_plot.py