LICENSE
README.md
pyproject.toml
src/plotlet/__init__.py
src/plotlet/_coord_registry.py
src/plotlet/_json_layer.py
src/plotlet/_regions.py
src/plotlet/_spec.py
src/plotlet/_splits.py
src/plotlet/_tree.py
src/plotlet/cluster.py
src/plotlet/datasets.py
src/plotlet/formatters.py
src/plotlet/layout_diagram.py
src/plotlet/lint.py
src/plotlet/registry.py
src/plotlet/scales.py
src/plotlet/sectors.py
src/plotlet/skill.py
src/plotlet/spec.json
src/plotlet/themes.py
src/plotlet/utils.py
src/plotlet.egg-info/PKG-INFO
src/plotlet.egg-info/SOURCES.txt
src/plotlet.egg-info/dependency_links.txt
src/plotlet.egg-info/requires.txt
src/plotlet.egg-info/top_level.txt
src/plotlet/_datasets/anscombe.csv
src/plotlet/_datasets/earth.npz
src/plotlet/_datasets/flights.csv
src/plotlet/_datasets/penguins.csv
src/plotlet/_datasets/tips.csv
src/plotlet/artists/__init__.py
src/plotlet/artists/_marching.py
src/plotlet/artists/_shared.py
src/plotlet/artists/annotation_strip.py
src/plotlet/artists/bar.py
src/plotlet/artists/boxplot.py
src/plotlet/artists/chord_links.py
src/plotlet/artists/chord_ribbon.py
src/plotlet/artists/contour.py
src/plotlet/artists/dendrogram.py
src/plotlet/artists/density_1d.py
src/plotlet/artists/ecdf.py
src/plotlet/artists/errorbar.py
src/plotlet/artists/fills.py
src/plotlet/artists/freqpoly.py
src/plotlet/artists/heatmap.py
src/plotlet/artists/hexbin.py
src/plotlet/artists/hist.py
src/plotlet/artists/hist2d.py
src/plotlet/artists/image_cmap.py
src/plotlet/artists/image_rgba.py
src/plotlet/artists/kde_2d.py
src/plotlet/artists/line.py
src/plotlet/artists/numeric_bar.py
src/plotlet/artists/pointplot.py
src/plotlet/artists/qq.py
src/plotlet/artists/references.py
src/plotlet/artists/regression.py
src/plotlet/artists/ridge.py
src/plotlet/artists/rug.py
src/plotlet/artists/scatter.py
src/plotlet/artists/shapes.py
src/plotlet/artists/strip.py
src/plotlet/artists/swarm.py
src/plotlet/artists/text.py
src/plotlet/artists/violin.py
src/plotlet/docs/AI_ATTRS.md
src/plotlet/docs/API.md
src/plotlet/docs/ARCHITECTURE.md
src/plotlet/docs/COORDINATES.md
src/plotlet/docs/EXTENDING.md
src/plotlet/docs/PHILOSOPHY.md
src/plotlet/docs/SUBPLOTS.md
src/plotlet/docs/THEMES.md
src/plotlet/draw/__init__.py
src/plotlet/draw/_cm_data.py
src/plotlet/draw/_css_colors.py
src/plotlet/draw/_png.py
src/plotlet/draw/_raster.py
src/plotlet/draw/_simplify.py
src/plotlet/draw/colormaps.py
src/plotlet/draw/colors.py
src/plotlet/draw/font.py
src/plotlet/draw/format.py
src/plotlet/draw/linestyles.py
src/plotlet/draw/primitives.py
src/plotlet/draw/fonts/Arimo-Bold.ttf
src/plotlet/draw/fonts/Arimo-BoldItalic.ttf
src/plotlet/draw/fonts/Arimo-Italic.ttf
src/plotlet/draw/fonts/Arimo-Regular.ttf
src/plotlet/draw/fonts/DejaVuSans-Bold.ttf
src/plotlet/draw/fonts/DejaVuSans-BoldOblique.ttf
src/plotlet/draw/fonts/DejaVuSans-Oblique.ttf
src/plotlet/draw/fonts/DejaVuSans.ttf
src/plotlet/draw/fonts/LICENSE-Arimo.txt
src/plotlet/draw/fonts/LICENSE-DejaVuSans.txt
src/plotlet/examples/01_scatter.py
src/plotlet/examples/02_line.py
src/plotlet/examples/03_bar.py
src/plotlet/examples/04_violin.py
src/plotlet/examples/05_anscombe.py
src/plotlet/examples/06_heatmap.py
src/plotlet/examples/07_annotated_heatmap.py
src/plotlet/examples/08_tracks.py
src/plotlet/examples/09_circular.py
src/plotlet/examples/10_chord.py
src/plotlet/examples/12_hist.py
src/plotlet/examples/13_ecdf.py
src/plotlet/examples/14_box_strip.py
src/plotlet/examples/15_swarm.py
src/plotlet/examples/16_pointplot.py
src/plotlet/examples/17_ridge.py
src/plotlet/examples/18_qq.py
src/plotlet/examples/19_hexbin.py
src/plotlet/examples/20_kde_2d.py
src/plotlet/examples/21_image_cmap.py
src/plotlet/examples/22_facets.py
src/plotlet/examples/23_ring_tree.py
src/plotlet/examples/24_image_rgba.py
src/plotlet/record/__init__.py
src/plotlet/record/chart.py
src/plotlet/record/facet.py
src/plotlet/record/figure_ir.py
src/plotlet/record/journal.py
src/plotlet/record/legend.py
src/plotlet/render/__init__.py
src/plotlet/render/_attachments.py
src/plotlet/render/_chrome_bands.py
src/plotlet/render/_chrome_circular.py
src/plotlet/render/_chrome_emit.py
src/plotlet/render/_chrome_visibility.py
src/plotlet/render/_coord_circular.py
src/plotlet/render/_layout_circular.py
src/plotlet/render/_layout_engine.py
src/plotlet/render/_legend.py
src/plotlet/render/_nodes.py
src/plotlet/render/_resolution.py
src/plotlet/render/_validate.py
src/plotlet/render/emit.py
src/plotlet/render/resolved_ir.py
src/plotlet/skills/developers.md
src/plotlet/skills/users.md
src/plotlet/themes/dark.json
src/plotlet/themes/minimal.json
src/plotlet/themes/void.json
tests/test_aes.py
tests/test_chart_annotation_strip.py
tests/test_chart_axis.py
tests/test_chart_bar.py
tests/test_chart_boxplot.py
tests/test_chart_chord_links.py
tests/test_chart_chord_ribbon.py
tests/test_chart_contour.py
tests/test_chart_dendrogram.py
tests/test_chart_density_1d.py
tests/test_chart_ecdf.py
tests/test_chart_errorbar.py
tests/test_chart_facets.py
tests/test_chart_fills.py
tests/test_chart_freqpoly.py
tests/test_chart_heatmap.py
tests/test_chart_hexbin.py
tests/test_chart_hist.py
tests/test_chart_hist2d.py
tests/test_chart_image_cmap.py
tests/test_chart_image_rgba.py
tests/test_chart_kde_2d.py
tests/test_chart_labels.py
tests/test_chart_line.py
tests/test_chart_numeric_bar.py
tests/test_chart_pointplot.py
tests/test_chart_qq.py
tests/test_chart_references.py
tests/test_chart_regression.py
tests/test_chart_ridge.py
tests/test_chart_rug.py
tests/test_chart_scatter.py
tests/test_chart_shapes.py
tests/test_chart_spines.py
tests/test_chart_strip.py
tests/test_chart_swarm.py
tests/test_chart_text.py
tests/test_chart_violin.py
tests/test_cluster.py
tests/test_colors.py
tests/test_coord_circular.py
tests/test_coord_sectors.py
tests/test_datasets.py
tests/test_fonts.py
tests/test_formatters.py
tests/test_help.py
tests/test_import_boundary.py
tests/test_io.py
tests/test_ir.py
tests/test_ir_resolved.py
tests/test_ir_validate.py
tests/test_journal_roundtrip.py
tests/test_layout_attachments.py
tests/test_layout_diagram.py
tests/test_layout_legend.py
tests/test_layout_subplots.py
tests/test_lint.py
tests/test_record_signatures.py
tests/test_skill.py
tests/test_themes.py
tests/test_units.py