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 3785a36

Browse filesBrowse 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
Copy full SHA for 3785a36

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+0
-3
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.