Skip to content

Commit

Permalink
fix spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia committed Sep 19, 2024
1 parent 6968a86 commit 55db17d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arviz/plots/kdeplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def plot_kde(
>>> az.plot_kde(
... mu_posterior, values2=tau_posterior,
... contour_kwargs={"levels":3}, contourf_kwargs={"levels":3}
... contour_kwargs={"levels":3}, contourf_kwargs={"levels":3}
... );
Plot 2d contour KDE with 30%, 60% and 90% HDI contours.
Expand Down Expand Up @@ -279,7 +279,6 @@ def plot_kde(
contour_levels = _find_hdi_contours(density, hdi_probs)
contour_levels.sort()


contour_level_list = [0] + list(contour_levels) + [density.max()]

# Add keyword arguments to contour, contourf
Expand Down

0 comments on commit 55db17d

Please sign in to comment.