Skip to content

Commit

Permalink
default jitter to None
Browse files Browse the repository at this point in the history
  • Loading branch information
ahartikainen authored and canyon289 committed Jan 15, 2019
1 parent 1956413 commit 1cba922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arviz/plots/ppcplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def plot_ppc(
flatten_pp=None,
num_pp_samples=None,
random_seed=None,
jitter=0.1,
jitter=None,
legend=True,
):
"""
Expand Down Expand Up @@ -87,7 +87,7 @@ def plot_ppc(
by `num_pp_samples`.
jitter : float
If kind is "scatter", jitter will add random uniform noise to the height
of the ppc samples and observed data. By default 0.7.
of the ppc samples and observed data. By default 0.
legend : bool
Add legend to figure. By default True.
Expand Down

0 comments on commit 1cba922

Please sign in to comment.