Skip to content

Commit

Permalink
Add vert to plot.violin() docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
JS3xton committed Oct 8, 2020
1 parent bc98686 commit 0de9b02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FlowCal/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1571,6 +1571,9 @@ def violin(data,
data axis (`ylim` if `vert` is True, `xlim` if `vert` is False) is
calculated to span all violins (before they are aesthetically
trimmed).
vert : bool, optional
Flag specifying to illustrate a vertical violin plot. If False, a
horizontal violin plot is illustrated.
num_bins : int, optional
Number of bins to bin population members. Ignored if `bin_edges` is
specified.
Expand Down

0 comments on commit 0de9b02

Please sign in to comment.