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 33c6403

Browse filesBrowse files
authored
Merge pull request #26781 from meeseeksmachine/auto-backport-of-pr-26780-on-v3.8.x
Backport PR #26780 on branch v3.8.x (fix Axes.errorbar docstring)
2 parents 3411279 + a0fd18f commit 33c6403
Copy full SHA for 33c6403

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3382,7 +3382,7 @@ def errorbar(self, x, y, yerr=None, xerr=None,
33823382
Plot y versus x as lines and/or markers with attached errorbars.
33833383
33843384
*x*, *y* define the data locations, *xerr*, *yerr* define the errorbar
3385-
sizes. By default, this draws the data markers/lines as well the
3385+
sizes. By default, this draws the data markers/lines as well as the
33863386
errorbars. Use fmt='none' to draw errorbars without any data markers.
33873387
33883388
.. versionadded:: 3.7

0 commit comments

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