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/geometry/__init__.py
src/icplot/geometry/base.py
src/icplot/geometry/operations.py
src/icplot/geometry/shapes.py
src/icplot/geometry/transform.py
src/icplot/geometry/mesh/__init__.py
src/icplot/geometry/mesh/cell.py
src/icplot/geometry/mesh/edge.py
src/icplot/geometry/mesh/mesh.py
src/icplot/geometry/mesh/operations.py
src/icplot/geometry/mesh/shapes.py
src/icplot/geometry/mesh/vertex.py
src/icplot/geometry/mesh/vtk.py
src/icplot/geometry/mesh/openfoam/__init__.py
src/icplot/geometry/mesh/openfoam/blockmesh.py
src/icplot/geometry/mesh/openfoam/foamfile.py
src/icplot/geometry/mesh/openfoam/polymesh.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/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/graph/vtk.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_gantt_chart.py
test/test_geometry.py
test/test_image.py
test/test_line_plots.py
test/test_mermaid.py
test/test_meshing.py
test/test_openfoam.py
test/test_plot_group.py
test/test_polymesh.py
test/test_puml.py
test/test_tex.py
test/test_tree.py