Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 184b254

Browse files
committed
white space fix
1 parent a83790b commit 184b254

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5324,7 +5324,7 @@ def errorbar(self, x, y, yerr=None, xerr=None,
53245324
array-like object, errorbars are drawn at +/-value relative
53255325
to the data.
53265326
5327-
If a sequence of shape 2xN, errorbars are drawn at - row1
5327+
If a sequence of shape 2xN, errorbars are drawn at -row1
53285328
and +row2 relative to the data.
53295329
53305330
*fmt*: '-'

0 commit comments

Comments
 (0)