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 abd2f6c

Browse filesBrowse files
authored
Merge pull request #23631 from timhoffm/doc-plot_types-bar
Leave out `barh` from the basic plot types.
2 parents 9f5c041 + d88e10e commit abd2f6c
Copy full SHA for abd2f6c

File tree

1 file changed

+4
-4
lines changed
Filter options

1 file changed

+4
-4
lines changed

‎plot_types/basic/bar.py

Copy file name to clipboardExpand all lines: plot_types/basic/bar.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
"""
2-
===============================
3-
bar(x, height) / barh(y, width)
4-
===============================
2+
==============
3+
bar(x, height)
4+
==============
55
6-
See `~matplotlib.axes.Axes.bar` / `~matplotlib.axes.Axes.barh`.
6+
See `~matplotlib.axes.Axes.bar`.
77
"""
88
import matplotlib.pyplot as plt
99
import numpy as np

0 commit comments

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