10000 DOC: Updating docstring to numpy doc format for errorbar by S-Alvanides · Pull Request #7032 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

DOC: Updating docstring to numpy doc format for errorbar #7032

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

Merged
merged 14 commits into from
Sep 14, 2016
Merged
Prev Previous commit
Next Next commit
[WIP] DOC: Fixed typo
  • Loading branch information
Benedikt Daurer committed Sep 8, 2016
commit d06853b5464546a20ef143944cf5d03277d2297c
2 changes: 1 addition & 1 deletion lib/matplotlib/axes/_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2786,7 +2786,7 @@ def errorbar(self, x, y, yerr=None, xerr=None,
%(Line2D)s


Example
Examples
-------
Copy link
Member

Choose a reason for hiding this comment

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

You have a tiny problem here: there is a dash missing to underline the whole section.

.. plot:: mpl_examples/statistics/errorbar_demo.py
"""
Expand Down
0