.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
README.md
mypy.ini
pyproject.toml
ruff.toml
.github/workflows/pull_request.yaml
.github/workflows/pypi_release.yaml
.vscode/launch.json
.vscode/settings.json
data/barplot_data.csv
data/barplot_for_multiple_categories_data.csv
data/correlation_scatterplot_data.csv
data/density_data.csv
data/performance_scaling_data.csv
data/ridgeplot_data.csv
data/timeseries_data.csv
data/notebooks/1_getting_started_with_barplots/barplot_data.csv
examples/__init__.py
examples/plot_barplot.py
examples/plot_binary_classification.py
examples/plot_correlation_scatterplot.py
examples/plot_grid.py
examples/plot_performance_scaling.py
examples/plot_ridgeplot.py
examples/plot_roofline.py
examples/plot_timeseries.py
notebooks/1_getting_started_with_barplots.ipynb
plots/barplot.pdf
plots/barplot.png
plots/barplot_for_multiple_categories.pdf
plots/barplot_for_multiple_categories.png
plots/barplots.pdf
plots/barplots.png
plots/binary_classification.pdf
plots/binary_classification.png
plots/correlation_scatterplot.pdf
plots/correlation_scatterplot.png
plots/grid.pdf
plots/grid.png
plots/grid_2.pdf
plots/grid_2.png
plots/performance_scaling.pdf
plots/performance_scaling.png
plots/ridgeplot_compact.pdf
plots/ridgeplot_compact.png
plots/ridgeplot_large.pdf
plots/ridgeplot_large.png
plots/roofline.pdf
plots/roofline.png
plots/roofline_double.pdf
plots/roofline_double.png
plots/roofline_stacked.pdf
plots/roofline_stacked.png
plots/stem.pdf
plots/stem.png
plots/timeseries.pdf
plots/timeseries.png
plots/notebooks/1_getting_started_with_barplots/a_much_better_barplot.png
plots/notebooks/1_getting_started_with_barplots/our_amazing_barplot.pdf
plots/notebooks/1_getting_started_with_barplots/our_amazing_barplot.png
plots/notebooks/1_getting_started_with_barplots/our_amazing_barplot_v2.pdf
plots/notebooks/1_getting_started_with_barplots/our_amazing_barplot_v2.png
plots/notebooks/1_getting_started_with_barplots/our_amazing_barplot_v3.pdf
plots/notebooks/1_getting_started_with_barplots/our_amazing_barplot_v3.png
plots/notebooks/1_getting_started_with_barplots/the_ugliest_barplot.png
segretini_matplottini/__init__.py
segretini_matplottini/py.typed
segretini_matplottini.egg-info/PKG-INFO
segretini_matplottini.egg-info/SOURCES.txt
segretini_matplottini.egg-info/dependency_links.txt
segretini_matplottini.egg-info/requires.txt
segretini_matplottini.egg-info/top_level.txt
segretini_matplottini/plot/__init__.py
segretini_matplottini/plot/barplot.py
segretini_matplottini/plot/binary_classification.py
segretini_matplottini/plot/correlation_scatterplot.py
segretini_matplottini/plot/ridgeplot.py
segretini_matplottini/plot/roofline.py
segretini_matplottini/plot/timeseries.py
segretini_matplottini/utils/__init__.py
segretini_matplottini/utils/colors.py
segretini_matplottini/utils/constants.py
segretini_matplottini/utils/data.py
segretini_matplottini/utils/legend.py
segretini_matplottini/utils/plot.py
tests/plot/__init__.py
tests/plot/test_barplot.py
tests/plot/test_binary_classification.py
tests/plot/test_correlation_scatterplot.py
tests/plot/test_ridgeplot.py
tests/plot/test_roofline.py
tests/plot/test_timeseries.py
tests/plot/utils.py
tests/utils/test_colors.py
tests/utils/test_data.py