Skip to content

Commit 34d99ec

Browse files
Remove description from GitHub reference
1 parent 7cbb7cc commit 34d99ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/plotting/_matplotlib/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ def _plot(
974974
kwds["xerr"] = np.array(kwds.get("xerr"))
975975
if "yerr" in kwds:
976976
kwds["yerr"] = np.array(kwds.get("yerr"))
977-
# GH 7023 allow setting plot style when using errorbars
977+
# GH 7023
978978
if style is not None:
979979
kwds["fmt"] = style
980980
return ax.errorbar(x, y, **kwds)

0 commit comments

Comments
 (0)