create_skewness_chart

qf_lib.plotting.helpers.create_skewness_chart.create_skewness_chart(series: qf_lib.containers.series.qf_series.QFSeries, title: str = None)qf_lib.plotting.charts.line_chart.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