lets-plot
lets-plot copied to clipboard
Tooltip: different formats for same aesthetic Y
boxplot example - values in outlier tooltips are formatted in the exponential notation:

Simplified:
data = {
"alphabet": ["a","a","b","a","a","a","b","b","b","a","a","a"],
"coeff": [
0.9898989898989898, 0.98989898989899, 0.9871794871794872,
0.9916666666666667, 0.9882352941176471, 0.9947368421052631,
0.9916666666666667, 0.9882352941176471, 0.9947368421052631,
0.9916666666666667, 0.9882352941176471, 0.9947368421052631
]
}
ggplot(data) + geom_boxplot(aes("alphabet", "coeff"))