Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2b634d9

Browse filesBrowse files
authored
Merge pull request #12775 from themightyoarfish/errorbar-doc
DOC: Add note to errorbar function about sign of errors
2 parents 006468b + 3a698d6 commit 2b634d9
Copy full SHA for 2b634d9

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2950,6 +2950,8 @@ def errorbar(self, x, y, yerr=None, xerr=None,
29502950
upper errors.
29512951
- *None*: No errorbar.
29522952
2953+
Note that all error arrays should have *positive* values.
2954+
29532955
See :doc:`/gallery/statistics/errorbar_features`
29542956
for an example on the usage of ``xerr`` and ``yerr``.
29552957

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.