Skip to content

Commit d446f4e

Browse files
committed
add beeswarm plot to init
1 parent 126b8a6 commit d446f4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shapiq/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
# plotting functions
6565
from .plot import (
6666
bar_plot,
67+
beeswarm_plot,
6768
force_plot,
6869
network_plot,
6970
sentence_plot,
@@ -125,6 +126,7 @@
125126
"waterfall_plot",
126127
"sentence_plot",
127128
"upset_plot",
129+
"beeswarm_plot",
128130
# public utils
129131
"powerset",
130132
"get_explicit_subsets",

0 commit comments

Comments
 (0)