Skip to content

Commit abd2f6c

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

plot_types/basic/bar.py

Lines 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)