This commit is contained in:
Thibaut Modrzyk 2026-06-21 10:01:21 +02:00 committed by GitHub
commit 89a4816b35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -339,8 +339,6 @@ class BarChart(Axes):
if self.bar_names is not None:
self._add_x_axis_labels()
self.y_axis.add_numbers()
def _update_colors(self) -> None:
"""Initialize the colors of the bars of the chart.