LICENSE
README.md
pyproject.toml
src/icplot/__init__.py
src/icplot/main_cli.py
src/icplot/py.typed
src/icplot/scene.py
src/icplot.egg-info/PKG-INFO
src/icplot.egg-info/SOURCES.txt
src/icplot.egg-info/dependency_links.txt
src/icplot.egg-info/entry_points.txt
src/icplot.egg-info/requires.txt
src/icplot.egg-info/top_level.txt
src/icplot/charts/__init__.py
src/icplot/charts/gantt.py
src/icplot/charts/tree.py
src/icplot/converter/__init__.py
src/icplot/converter/cli.py
src/icplot/converter/convert.py
src/icplot/converter/image.py
src/icplot/graph/__init__.py
src/icplot/graph/axis.py
src/icplot/graph/plot.py
src/icplot/graph/plot_group.py
src/icplot/graph/series.py
src/icplot/renderer/__init__.py
src/icplot/renderer/cli.py
src/icplot/renderer/config.py
src/icplot/renderer/frontmatter.py
src/icplot/renderer/render.py
src/icplot/renderer/video.py
src/icplot/renderer/charts/pgfgantt.py
src/icplot/renderer/charts/svggantt.py
src/icplot/renderer/formats/__init__.py
src/icplot/renderer/formats/mermaid.py
src/icplot/renderer/formats/plantuml.py
src/icplot/renderer/formats/tex.py
src/icplot/renderer/graph/__init__.py
src/icplot/renderer/graph/color.py
src/icplot/renderer/graph/matplotlib.py
src/icplot/renderer/graph/mpl.py
src/icplot/renderer/graph/renderer.py
src/icplot/renderer/scene/cairo.py
src/icplot/theme/__init__.py
src/icplot/theme/cli.py
src/icplot/theme/color.py
src/icplot/theme/theme.json
src/icplot/theme/theme.py
src/icplot/theme/theme_generator.py
src/icplot/theme/templates/puml.j2
src/icplot/theme/templates/tikz.j2
test/test_cairo.py
test/test_frontmatter.py
test/test_gantt_chart.py
test/test_image.py
test/test_line_plots.py
test/test_mermaid.py
test/test_plot_group.py
test/test_puml.py
test/test_tex.py
test/test_theme_generator.py
test/test_tree.py