create_skewness_chart

qf_lib.plotting.helpers.create_skewness_chart.create_skewness_chart(series: QFSeries, title: Optional[str] = None) LineChart[source]

Creates a new line chart showing the skewness of the distribution. It plots original series together with another series which contains sorted absolute value of the returns

Parameters:
  • series (QFSeries) – QFSeries to plot on the chart.

  • title (str) – title of the graph, specify None if you don’t want the chart to show a title.

Returns:

The constructed LineChart.

Return type:

LineChart