Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@bruAristimunha
Copy link
Collaborator

Introduce a treemap for visualizing EEG dataset summaries, enhance configuration options, and fix minor issues such as broken links. Update the documentation and improve the overall structure of the dataset-related code.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Introduces a treemap visualization for EEG dataset summaries, adds explicit __all__ declarations to improve API clarity, fixes a broken GitHub link, and enhances documentation configuration with new CSS styling and dataset counter functionality.

  • Add treemap visualization with supporting infrastructure for dataset summary display
  • Add __all__ declarations across feature modules to explicitly define public APIs
  • Fix broken GitHub URL and enhance documentation generation capabilities

Reviewed Changes

Copilot reviewed 19 out of 19 changed files in this pull request and generated no comments.

Show a summary per file
File Description
treemap_plot.py New standalone script for generating treemap visualizations
eegdash/features/*.py Add __all__ declarations to define public module APIs
docs/source/dataset_summary/treemap.rst New documentation page for treemap visualization
docs/source/dataset_summary.rst Add dataset counters and treemap tab to main summary page
docs/source/conf.py Enhance configuration with counter computation and CSS imports
docs/source/_static/custom.css Add styling for dataset counter grid components
docs/source/_static/css/treemap.css New CSS file for treemap-specific styling
docs/prepare_summary_tables.py Integrate treemap generation into documentation build
docs/plot_dataset/treemap.py Complete treemap implementation with data processing and visualization
docs/plot_dataset/colours.py Add emoji mappings and pastel color overrides for treemap
docs/plot_dataset/__init__.py Export treemap function for public use

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@bruAristimunha bruAristimunha merged commit f9cce83 into main Oct 13, 2025
3 checks passed
@bruAristimunha bruAristimunha deleted the new_plot branch October 21, 2025 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants