DistChart#
- class qf_lib.plotting.charts.dist_chart.DistChart[source]#
Bases:
ChartFlexibly plot a univariate distribution of observations.
For more details see: http://seaborn.pydata.org/generated/seaborn.distplot.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