BoxplotChart#
- class qf_lib.plotting.charts.boxplot_chart.BoxplotChart(data: List[QFSeries], **plot_settings)[source]#
Bases:
ChartCreates a box plot consisting of the list of
QFSeriesspecified indata.- Parameters:
data (List[QFSeries]) – A list of
QFSeries.plot_settings – Passed to Seaborn plotting function.
- SERIES_KEY = 'series'#
Used for storing the boxplot chart’s series.