Skip to content

Commit

Permalink
plots: adds violin plot as type
Browse files Browse the repository at this point in the history
  • Loading branch information
awillecke committed Jun 3, 2024
1 parent ed783fd commit da7ffb9
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 da7ffb9

Please sign in to comment.