LICENSE
README.md
pyproject.toml
setup.cfg
src/icplot/__init__.py
src/icplot/cairo_interface.py
src/icplot/color.py
src/icplot/gantt.py
src/icplot/geometry.py
src/icplot/image_utils.py
src/icplot/main_cli.py
src/icplot/project_elements.py
src/icplot/tex_interface.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/graph/__init__.py
src/icplot/graph/matplotlib_plot_backend.py
src/icplot/graph/plot.py
src/icplot/graph/series.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