From 63f7594a8dbb37f1d34768609012df58da523680 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Mon, 27 Sep 2021 21:57:51 +0200 Subject: [PATCH] Fix signature of barh() in plot types --- plot_types/basic/bar.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plot_types/basic/bar.py b/plot_types/basic/bar.py index d192a90e8525..a44453c7b134 100644 --- a/plot_types/basic/bar.py +++ b/plot_types/basic/bar.py @@ -1,7 +1,7 @@ """ -================================ -bar(x, height) / barh(x, height) -================================ +=============================== +bar(x, height) / barh(y, width) +=============================== See `~matplotlib.axes.Axes.bar` / `~matplotlib.axes.Axes.barh`. """