LICENSE
README.md
pyproject.toml
src/plotlet/__init__.py
src/plotlet/_coord_registry.py
src/plotlet/_ir.py
src/plotlet/_journal.py
src/plotlet/_json_layer.py
src/plotlet/_regions.py
src/plotlet/_spec.py
src/plotlet/_splits.py
src/plotlet/_tree.py
src/plotlet/chart.py
src/plotlet/cluster.py
src/plotlet/datasets.py
src/plotlet/facet.py
src/plotlet/formatters.py
src/plotlet/layout_diagram.py
src/plotlet/legend.py
src/plotlet/lint.py
src/plotlet/registry.py
src/plotlet/scales.py
src/plotlet/sectors.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/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/bar.py
src/plotlet/artists/boxplot.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/imshow.py
src/plotlet/artists/kde_2d.py
src/plotlet/artists/line.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/draw/__init__.py
src/plotlet/draw/_cm_data.py
src/plotlet/draw/_css_colors.py
src/plotlet/draw/_png.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/extensions/annotation_strip.py
src/plotlet/extensions/chord_links.py
src/plotlet/extensions/chord_ribbon.py
src/plotlet/extensions/curved_tree.py
src/plotlet/extensions/numeric_bar.py
src/plotlet/render/__init__.py
src/plotlet/render/_attachments.py
src/plotlet/render/_chrome.py
src/plotlet/render/_chrome_circular.py
src/plotlet/render/_layout_engine.py
src/plotlet/render/_legend.py
src/plotlet/render/_nodes.py
src/plotlet/render/_validate.py
src/plotlet/render/coordinates.py
src/plotlet/render/core.py
src/plotlet/render/resolved.py
src/plotlet/themes/dark.json
src/plotlet/themes/minimal.json
src/plotlet/themes/void.json
tests/test_attachments.py
tests/test_chart.py
tests/test_circular_coordinate.py
tests/test_cluster.py
tests/test_colors.py
tests/test_datasets.py
tests/test_extensions.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_diagram.py
tests/test_legend.py
tests/test_lint.py
tests/test_record_signatures.py
tests/test_sectors.py
tests/test_subplots.py
tests/test_themes.py
tests/test_units.py