portfolio_toolkit.plot.bar_chart_data module
- class portfolio_toolkit.plot.bar_chart_data.BarChartData(title: str, grid: bool = True, figsize: tuple = (10, 6), labels: ~typing.List[str] = <factory>, values: ~typing.List[float] = <factory>, xlabel: str = 'Categories', ylabel: str = 'Values', colors: ~typing.List[str] | None = None, horizontal: bool = False)[source]
Bases:
PlotBase
Data structure for bar charts