plot_characteristics

plot_characteristics(result, *, plot_type='barplot', facet=None, colour=None)

Plot characteristics from a summarise_characteristics result.

Parameters

Name Type Description Default
result SummarisedResult or DataFrame. required
plot_type "barplot", "scatterplot", "boxplot", or "densityplot". 'barplot'
facet Column(s) to facet by. None
colour Column to colour by. None

Returns

Name Type Description
matplotlib.figure.Figure