Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docstrings of ess, autocorr and bpv plots #2185

Merged
merged 16 commits into from
Jan 5, 2023
Prev Previous commit
Next Next commit
Update essplot.py
  • Loading branch information
asael697 authored and OriolAbril committed Jan 2, 2023
commit d862c2aed618084f7e6592a54ed7de6e4f177fcd
2 changes: 1 addition & 1 deletion arviz/plots/essplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def plot_ess(
Figure size. If None it will be defined automatically.
textsize : float, optional
Text size scaling factor for labels, titles and lines. If None it will be autoscaled based
on ``figsize``.
on `figsize`.
rug : bool, default False
Add a `rug plot <https://en.wikipedia.org/wiki/Rug_plot>` for a specific subset of values.
rug_kind : str, default "diverging"
Expand Down