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

Skip to content

Commit 3785a36

Browse files
committed
Merge pull request #5322 from Kojoley/fix-barh-doc
DOC: Remove hardcoded parameter from barh doc Fix #5316
1 parent 0f60fe6 commit 3785a36

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2266,9 +2266,6 @@ def barh(self, bottom, width, height=0.8, left=None, **kwargs):
22662266
by their bottom edges (for horizontal bars). If `center`, interpret
22672267
the `left` argument as the coordinates of the centers of the bars.
22682268
2269-
orientation : 'vertical' | 'horizontal', optional, default: 'vertical'
2270-
The orientation of the bars.
2271-
22722269
log : boolean, optional, default: False
22732270
If true, sets the axis to be log scale
22742271

0 commit comments

Comments
 (0)