KDEChart#
- class qf_lib.plotting.charts.kde_chart.KDEChart[source]#
Bases:
ChartFits and plots a univariate (bivariate to be implemented) kernel density estimate using Seaborn’s kdeplot function.
For more details see: https://stanford.edu/~mwaskom/software/seaborn/generated/seaborn.kdeplot.html
- apply_data_element_decorators(data_element_decorators: List[DataElementDecorator])[source]#
Plots all DataElementDecorators added to a chart. This function should set legend_artist field in each plotted DataElementDecorator (if applicable).
- Parameters:
data_element_decorators (List[DataElementDecorator]) – non-empty list of DataElementDecorators that should be plotted on the chart