point size not being accepted
Closed this issue · 2 comments
dicook commented
setting size=2 (or anything) is ignored by play_manual_tour() and render_plotly()
nspyrison commented
ggplot2::aes() not responding to all aesthetic arguments.
shape = pch, color = col, fill = col, size = cex, alpha = alpha
TODO:
- either: cbind() aes args to df or otherwise perform condition handing on aes() args.
nspyrison commented
Fixed in v0.2.5 release, 6/18/2020.