Skip to content

Commit

Permalink
Merge pull request #5 from ibr-cm/plots_violin
Browse files Browse the repository at this point in the history
plots: adds violin plot as type
  • Loading branch information
hagau authored Jun 3, 2024
2 parents 0b1c3e1 + da7ffb9 commit 96e52a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,8 @@ def heatplot(plot_type):
fig = catplot('count')
case 'point':
fig = catplot('point')
case 'violin':
fig = catplot('violin')
case 'heat':
fig = heatplot('heat')
case _:
Expand Down

0 comments on commit 96e52a4

Please sign in to comment.