Open luebby opened 1 year ago
@luebby , looks like I missed this while I was traveling. The root cause is a change in naming in ggplot2. I've fixed most of these, but seems to have slipped through. I'll investigate.
For now, you can hide this message by explicitly setting the line width, a la
gf_lm(length ~ width,
data = mosaicData::KidsFeet,
color = ~biggerfoot, alpha = 0.2, linewidth = 1)
Created on 2023-05-24 with reprex v2.0.2
Unfortunatly I can't find a fix. Sorry!