Skip to content

Commit 938fc6c

Browse files
authored
Changes to the phrasing of xerr and yerr arguments
Changes to the phrasing of xerr and yerr arguments have been made to better match preceding documentation of the same arguments.
1 parent c055081 commit 938fc6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1873,7 +1873,7 @@ def bar(self, x, height, width=0.8, bottom=None, *, align="center",
18731873
18741874
- scalar: symmetric +/- values for all bars
18751875
- shape(N,): symmetric +/- values for each bar
1876-
- shape(2,N): Separate +/- values for each bar,
1876+
- shape(2,N): separate +/- values for each bar,
18771877
the first row contains the - value,
18781878
the second row contains the + value.
18791879
@@ -2150,7 +2150,7 @@ def barh(self, y, width, height=0.8, left=None, *, align="center",
21502150
21512151
- scalar: symmetric +/- values for all bars
21522152
- shape(N,): symmetric +/- values for each bar
2153-
- shape(2,N): Separate +/- values for each bar,
2153+
- shape(2,N): separate +/- values for each bar,
21542154
the first row contains the - value,
21552155
the second row contains the + value.
21562156

0 commit comments

Comments
 (0)