Skip to content

Commit

Permalink
Update docstring for hdi_probs arg in plot_kde
Browse files Browse the repository at this point in the history
  • Loading branch information
wm1995 committed Apr 23, 2021
1 parent 9352c12 commit 6f2d912
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arviz/plots/kdeplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ def plot_kde(
If True plot the 2D KDE using contours, otherwise plot a smooth 2D KDE.
Defaults to True.
hdi_probs : list
Confidence levels for highest density (2-dimensional) interval contours of a 2D KDE.
Plots highest density credibility regions for the provided probabilities for a 2D KDE.
Defaults to matplotlib chosen levels with no fixed probability associated.
fill_last : bool
If True fill the last contour of the 2D KDE plot. Defaults to False.
figsize : tuple
Expand Down

0 comments on commit 6f2d912

Please sign in to comment.