Skip to content

Commit bacd290

Browse files
committed
revert + exclude from linting
1 parent 147d14b commit bacd290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/formats/style.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4216,7 +4216,7 @@ def css_calc(x, left: float, right: float, align: str, color: str | list | tuple
42164216
rgbas = None
42174217
if cmap is not None:
42184218
# use the matplotlib colormap input
4219-
with _mpl(Styler.barchart) as (plt, mpl):
4219+
with _mpl(Styler.bar) as (plt, mpl):
42204220
from pandas.plotting._matplotlib.compat import mpl_ge_3_6_0
42214221

42224222
cmap = (

0 commit comments

Comments
 (0)