etna.analysis.MetricPlotType#
- class MetricPlotType(value)[source]#
-
Enum for types of plot in
metric_per_segment_distribution_plot().Methods
Get aggregation function.
Attributes
Histogram plot,
seaborn.distributions.histplot()is used.Boxplot,
seaborn.categorical.boxplot()is used.Violin plot,
seaborn.categorical.violinplot()is used.