.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
environment-dev.yml
pyproject.toml
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/100-documentation.yml
.github/ISSUE_TEMPLATE/200-installation.yml
.github/ISSUE_TEMPLATE/300-usage.yml
.github/ISSUE_TEMPLATE/400-bug-report.yml
.github/ISSUE_TEMPLATE/500-feature-request.yml
.github/ISSUE_TEMPLATE/600-new-plot-type.yml
.github/ISSUE_TEMPLATE/700-performance.yml
.github/ISSUE_TEMPLATE/800-discussion.yml
.github/ISSUE_TEMPLATE/config.yml
.github/workflows/docs.yml
.github/workflows/lint.yml
.github/workflows/publish_release.yml
.github/workflows/test_suite.yml
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/quickstart.rst
docs/requirements.txt
docs/_static/.nojekyll
docs/_static/css/custom.css
docs/_static/images/rekha-favicon.png
docs/_static/images/rekha-logo-dark.png
docs/_static/images/rekha-logo-light.png
docs/_static/readme/bar_grouped_dark.png
docs/_static/readme/bar_grouped_light.png
docs/_static/readme/heatmap_correlation_dark.png
docs/_static/readme/heatmap_correlation_light.png
docs/_static/readme/line_basic_dark.png
docs/_static/readme/line_basic_light.png
docs/_static/readme/scatter_colored_dark.png
docs/_static/readme/scatter_colored_light.png
docs/_templates/autosummary/class.rst
docs/api/index.rst
docs/api/generated/rekha.BasePlot.rst
docs/api/generated/rekha.bar.rst
docs/api/generated/rekha.box.rst
docs/api/generated/rekha.cdf.rst
docs/api/generated/rekha.heatmap.rst
docs/api/generated/rekha.histogram.rst
docs/api/generated/rekha.line.rst
docs/api/generated/rekha.plots.BarPlot.rst
docs/api/generated/rekha.plots.BoxPlot.rst
docs/api/generated/rekha.plots.CDFPlot.rst
docs/api/generated/rekha.plots.HeatmapPlot.rst
docs/api/generated/rekha.plots.HistogramPlot.rst
docs/api/generated/rekha.plots.LinePlot.rst
docs/api/generated/rekha.plots.ScatterPlot.rst
docs/api/generated/rekha.scatter.rst
docs/api/generated/rekha.set_rekha_theme.rst
docs/api/generated/rekha.subplots.rst
docs/api/generated/rekha.utils.get_color_palette.rst
docs/api/generated/rekha.utils.map_colors_to_categories.rst
docs/api/generated/rekha.utils.prepare_data.rst
docs/api/generated/rekha.utils.validate_data.rst
docs/user_guide/common_parameters.md
docs/user_guide/index.md
docs/user_guide/advanced/axis_scales.md
docs/user_guide/advanced/color_palettes.md
docs/user_guide/advanced/consistent_colors.md
docs/user_guide/advanced/facet_grid.md
docs/user_guide/advanced/grayscale_friendly_mode.md
docs/user_guide/advanced/index.md
docs/user_guide/advanced/matplotlib_customization.md
docs/user_guide/advanced/plot_composition.md
docs/user_guide/advanced/save_formats.md
docs/user_guide/plots/bar.md
docs/user_guide/plots/box.md
docs/user_guide/plots/cdf.md
docs/user_guide/plots/heatmap.md
docs/user_guide/plots/histogram.md
docs/user_guide/plots/index.md
docs/user_guide/plots/line.md
docs/user_guide/plots/scatter.md
examples/README.md
examples/__init__.py
examples/features_demo.py
examples/advanced/axis_and_legend_customization.py
examples/advanced/axis_scales_example.py
examples/advanced/color_palettes_example.py
examples/advanced/composition_example.py
examples/advanced/consistent_colors_example.py
examples/advanced/facet_grid_example.py
examples/advanced/facet_grid_more_examples.py
examples/advanced/generate_composition_plots.py
examples/advanced/grayscale_friendly_example.py
examples/advanced/matplotlib_custom_example.py
examples/advanced/more_advanced_examples.py
examples/plots/bar/basic_bar.py
examples/plots/bar/stacked_bar.py
examples/plots/box/basic_box.py
examples/plots/cdf/basic_cdf.py
examples/plots/heatmap/basic_heatmap.py
examples/plots/histogram/basic_histogram.py
examples/plots/line/basic_line.py
examples/plots/scatter/basic_scatter.py
examples/quickstart/__init__.py
examples/quickstart/additional_plots.py
examples/quickstart/ai_model_performance.py
examples/quickstart/benchmark_results.py
examples/quickstart/cdf_example.py
examples/quickstart/first_plot.py
examples/quickstart/multi_dimensional.py
examples/quickstart/performance_heatmap.py
examples/quickstart/statistical_comparison.py
examples/quickstart/training_metrics.py
examples/utils/__init__.py
examples/utils/data_generators.py
rekha/__init__.py
rekha/_version.py
rekha/theme.py
rekha.egg-info/PKG-INFO
rekha.egg-info/SOURCES.txt
rekha.egg-info/dependency_links.txt
rekha.egg-info/requires.txt
rekha.egg-info/top_level.txt
rekha/plots/__init__.py
rekha/plots/bar.py
rekha/plots/base.py
rekha/plots/box.py
rekha/plots/cdf.py
rekha/plots/heatmap.py
rekha/plots/histogram.py
rekha/plots/line.py
rekha/plots/scatter.py
rekha/utils/__init__.py
rekha/utils/colors.py
rekha/utils/data.py
rekha/utils/layout.py
scripts/generate_docs_plots.sh
tests/README.md
tests/__init__.py
tests/conftest.py
tests/test_advanced_features.py
tests/test_base.py
tests/test_basic.py
tests/test_documentation_plots.py
tests/test_integration.py
tests/test_plot_mapping.py
tests/test_plots.py
tests/test_theme.py
tests/test_utils.py