Skip to content

Commit

Permalink
add stacked bar plot to import
Browse files Browse the repository at this point in the history
  • Loading branch information
mmschlk committed Feb 6, 2024
1 parent 50876ce commit c564c36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shapiq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from .games import DummyGame

# plotting functions
from .plot import network_plot
from .plot import network_plot, stacked_bar_plot

# public utils functions
from .utils import ( # sets.py # tree.py
Expand Down Expand Up @@ -48,6 +48,7 @@
"DummyGame",
# plots
"network_plot",
"stacked_bar_plot",
# public utils
"powerset",
"get_explicit_subsets",
Expand Down

0 comments on commit c564c36

Please sign in to comment.