ECDF#
An empirical cumulative distribution function (ECDF) shows the proportion of observations at or below each value.
gufo.chart(df).ecdf("score").show()
Color#
Split by a categorical column to compare distributions.
gufo.chart(df).ecdf("score", color="group").legend().show()