-
This could be seen as an extension of #287.
E.g. `use(purrr[contains("map")])` would import `map()`, `imap()`, `map_chr()`, `map_dbl()` etc. Another common pattern might be `use(ggplot2[ggplot, aes…
-
I'm developing a ggplot2 extension where it would be helpful to pass a tibble column as an aesthetic.
As a simple motivating example, you could imagine a `geom_box()` layer with a `bounds` aestheti…
-
A logical extension of this package would be a geom that renders an arbitrary set of icons, specified by supplying a named vector of paths to a scale like:
my_icons = c(
'soccer' = 'icon…
-
* `smart_save` saves object to a default location, by default the working folder, but can be changed with options (e.g. to save to `/data output` folder).
* will be connected to `(
-
Is plotting going to be part of this? At the moment you can plot ohlc data with quantmod via `chartSeries` or `chart_Series`. You could use `rtsplot` (underappreciated by many as it uses base plotting…
-
Hi there,
so I have started a cellxgene project and as I want to use multiple datasets and also keep the plug in VIP, I have combined both extensions ([](https://githubhot.com/repo/interactiverepo…
-
consider reimplementing on top of the nice units package https://r-quantities.github.io/units/index.html
-
Could 3D plots be supported by plotnine, or if not, could the internals be slightly adjusted to enable easy extension to 3D plots? Currently with a simple hack it is possible to get a simple 3d plotni…
-
facing the warning when inheriting from geomText:
Warning: Ignoring unknown parameters: nudge_x
same question here: https://community.rstudio.com/t/formal-parameters-in-geoms-and-stats-how-to-pas…
-
Hello,
I was wondering how much hassle it would be to include support for the ggrepel functions? Obviously we can manually do this with something like:
```
update_geom_defaults("text_repel",
…