from .chart import Chart class BarChart(Chart): def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) self.draw_opts = "b."