Elio Campitelli

Results 92 issues of Elio Campitelli

When having multiple windows open there's no quick way of seeing the widget (since there's no "minimise all" in elementary OS). I think it would be cool if it jumped...

**Description** I'd like to use denychans and redirect users to a channel based on the channel they wanted to create. For example something like ```xml ``` Then if a user...

enhancement

I think it might be useful to have the possibility of passing a function to scale names like so: ``` r library(ggplot2) df

feature
scales :snake:

Recent pandoc versions automatically wrap long lines and this has caused some issues in some formats([bookdown](https://github.com/rstudio/bookdown/issues/504), [distill](https://github.com/rstudio/distill/issues/463), [rticles](https://github.com/rstudio/rticles/issues/490)). It might be desirable to add `--wrap=preserve` by default in rmarkdown itself...

next

I'm updating the AMS template in rticles and AMS's guidelines state that figures and tables in the appendix should be captioned with the `\appendcaption` command instead of the usual `\caption`....

feature

I've seen your call for stress testing gganimate with weird geoms and wanted to comply. Package metR has `geom_streamline()` which computes streamlines from a vector field. One of the computed...

In another round of testing, I can't animate `metR::geom_contour_fill()`, a version of `geom_contour()` that returns closed polygons. ``` r library(metR) library(data.table) library(ggplot2) library(gganimate) geo Error: Additional frame variables must have...

I'm getting `Error: Not implemented` when trying to use `coord_proj()`. Running an example from the documentation: ``` r library(ggplot2) library(ggalt) world

This is an attempt to update CoordProj to the current ggplot2 Coord extension API (#62 ). I don't know if it's correct, but at least the examples do run. ```...

Don't know if this is an issue of ggalt or a more fundamental problem with coordinate transformations, but using coord_proj(), some projections make large polygons disappear. ``` r library(ggplot2) world