Skip to content

Commit 5760c31

Browse files
Merge branch 'develop' into main
2 parents 73120ce + 5214b62 commit 5760c31

File tree

14 files changed

+1538
-752
lines changed

14 files changed

+1538
-752
lines changed

docs/plot_dataset/__init__.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
"""Plot generation utilities for EEGDash documentation."""
2+
3+
from .bubble import generate_dataset_bubble # noqa: F401
4+
from .colours import ( # noqa: F401
5+
CANONICAL_MAP,
6+
COLUMN_COLOR_MAPS,
7+
MODALITY_COLOR_MAP,
8+
PATHOLOGY_COLOR_MAP,
9+
TYPE_COLOR_MAP,
10+
hex_to_rgba,
11+
)
12+
from .plot_sankey import generate_dataset_sankey # noqa: F401
13+
from .ridgeline import generate_modality_ridgeline # noqa: F401

0 commit comments

Comments
 (0)