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

Add docs references to plot_forest docstring #1859

Merged
merged 26 commits into from
Oct 8, 2021

Conversation

sudojarvis
Copy link
Contributor

#1845
added refrences ,see also section ,backend kwarg.

Description

Checklist

  • Follows official PR format
  • Includes a sample plot to visually illustrate the changes (only for plot-related functions)
  • New features are properly documented (with an example if appropriate)?
  • Includes new or updated tests to cover the new feature
  • Code style correct (follows pylint and black guidelines)
  • Changes are listed in changelog

arviz/plots/forestplot.py Outdated Show resolved Hide resolved
arviz/plots/forestplot.py Outdated Show resolved Hide resolved
arviz/plots/forestplot.py Outdated Show resolved Hide resolved
arviz/plots/forestplot.py Outdated Show resolved Hide resolved
arviz/plots/forestplot.py Outdated Show resolved Hide resolved
arviz/plots/forestplot.py Outdated Show resolved Hide resolved
arviz/plots/forestplot.py Outdated Show resolved Hide resolved
combined: bool
Flag for combining multiple chains into a single chain. If False (default), chains will be
plotted separately.
Flag for combining multiple chains into a single chain. If ``False``(default), chains will
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In preview, it is rendering like this. Can you please check?
Screenshot 2021-10-07 at 10 54 40 PM

ax: axes, optional
Matplotlib axes or bokeh figures.
:class:`matplotlib.Axes` or :class:`bokeh.plotting.Figure`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
:class:`matplotlib.Axes` or :class:`bokeh.plotting.Figure`.
:class:`matplotlib.axes.Axes` or :class:`bokeh.plotting.Figure`.

@roshnaeem
Copy link
Contributor

Thank you so much for your PR.

@aloctavodia aloctavodia merged commit d8b1a4d into arviz-devs:main Oct 8, 2021
@aloctavodia
Copy link
Contributor

Thanks @sudojarvis!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants