tinyplot
tinyplot copied to clipboard
Lightweight extension of the base R graphics system
Tracking in this milestone: https://github.com/grantmcdermott/plot2/milestone/1 Now that facet support has been added, I want to address the main outstanding issues before CRAN submission. In my view, there are two key...
Should we support setting `bg = ` in [0, 1] as a shortcut for `bg = adjustcolor(col, )` (as discussed in https://github.com/grantmcdermott/tinyplot/pull/122)? This would be handy when we want to...
See https://bugs.r-project.org/show_bug.cgi?id=18337
Originally noted in https://github.com/grantmcdermott/tinyplot/issues/108#issuecomment-2054108545, but tracking here for paper trail. > One annoying UX inconsistency that I meant to fix a while back is that `par_restore` (and `ribbon_alpha`) snake_case, whereas...
I am looking for a tiny alternative to ggplot2 that allows saving a plot object that can be modified (like using the "+" operator of ggplot2) and plotted (like using...
This issue is meant to list all of **tinyplot**'s supported plot types, as well as track other candidate plot types that aren't supported yet. Please feel free to suggest more...
There is an example in the following section of R Workflow where in one plot I use many of the most commonly used `ggplot2` features. I suggest checking that the...
In addition to the `plot2.density` method from PR https://github.com/grantmcdermott/plot2/pull/18, it would be nice to have a formula-based interface: plot2(~ x | by, type = c("density", "histogram"), ...) where it can...