dreamRs / esquisse

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

added functionalities, facet, facet grid, xy limits, etc. #102

Closed xiangnandang closed 4 years ago

xiangnandang commented 4 years ago

the main functionalities I added are: in facet (wrap), able to define n_row and n_col added facet grid functionality added functionality to change x, y limits

I also made certain changes on default layout, to have it suitable for large plots (with many facets), but those may not be suitable for general purposes, and I'm working on more flexible solution to allow change of canvas size (work in progress). In the future, I'll make my commit (merge request) more manageable. However, this time, it may require some manual edits if you'd like to accept some of the pull requests.

xiangnandang commented 4 years ago

I'm resubmitting another "clean" version, and confirming successful build on my local copy.