dreamRs / esquisse

RStudio add-in to make plots interactively with ggplot2
https://dreamrs.github.io/esquisse
Other
1.77k stars 229 forks source link

"Legend position" does not work #106

Closed fedconcas closed 4 years ago

fedconcas commented 4 years ago

Legend position does not work consistently. In the code returned by esquisse, legend.position is often not present.

pvictor commented 4 years ago

Seems to work for me, if you put the legend to the right of the chart there's no code generated because it's ggplot2' default. Could that be an explanation ?