LICENSE
README.md
pyproject.toml
setup.cfg
src/icplot/__init__.py
src/icplot/cairo_interface.py
src/icplot/color.py
src/icplot/geometry.py
src/icplot/image_utils.py
src/icplot/main_cli.py
src/icplot/py.typed
src/icplot/tex.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/gantt/__init__.py
src/icplot/gantt/gantt.py
src/icplot/gantt/gantt_renderer.py
src/icplot/gantt/pgfgantt.py
src/icplot/graph/__init__.py
src/icplot/graph/axis.py
src/icplot/graph/matplotlib.py
src/icplot/graph/plot.py
src/icplot/graph/plotter.py
src/icplot/graph/series.py
src/icplot/trace/__init__.py
src/icplot/trace/trace.py
test/test_cairo_interface.py
test/test_gantt_chart.py
test/test_image_utils.py
test/test_line_plots.py
test/test_tex_interface.py