dreamRs / esquisse

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

What about adding geom_path to Esquisse? #256

Closed PaulinoMF closed 1 year ago

PaulinoMF commented 1 year ago

Perhaps it is my fault but I cannot find an option to draw and configure geom_path. If it is already in the package and I could not find it, please forgive me. If not, why not enhance the package with this addition?

Another solution could be make all the configuration with geom_line and the change it in the code once it is everything configured but I think it would be much better if this type of geometry was included in the package.

pvictor commented 1 year ago

Hello,

Yes I added geom_path in the list of available geoms, let me know if it suits your needs.

Victor

PaulinoMF commented 1 year ago

Sure, that's it. Thanks so much, Victor. Congratulations for your work!!!