-
## Summary
This is a bug originally in 'ggplot2', and fixed by a pull request submitted today. There is an additional problem of inconsistency in the direction for `"inward"` and `"outward"` and `"…
-
I hate to bother you, but I am running through this class, and thank you for it, and I am getting an error when I run the code:
hobart_mat %>%
lamb_shade(zscale = 33) %>%
add_shadow(ray_shade(…
-
Hi,
As discussed on Twitter, just requesting support for pattern fill in treemaps created by `treemapify::geom_treemap`.
I'll try to work on it myself and send a PR, but I'm not too confident about …
-
My brother-in-law asked, and I happened to be bored
-
```
> mpg %>%
+ group_by(manufacturer, class) %>%
+ summarise(
+ panel = panel(
+ qplot(cty, hwy) + xlab("cty") + ylab("hwy") +
+ xlim(7, 37) + ylim(9…
-
The current implementation of `CoordSf` has the crs transformation implemented in the `setup_data()` method. This is, in my view the wrong place to have it and a departure from the other `Coord` where…
-
I try to install "tidyverse" R package with pak.
The function run but never finish :
```R
> library("pak")
> pkg_install("tidyverse")
v Updated metadata database: 4.35 MB in 9 files. …
-
Python ggplot (left) adds excessive padding—I'm guessing because it computes tick-aligned limits—whereas R ggplot2 (right) more nicely computes tighter default limits that aren't tick aligned:
pytho…
-
Good Morning,
I am experiencing problems in running the minion_qc script in R.
I believe I must be doing something wrong, as I have little experience with R.
This is what I am doing:
- I insta…
-
Code to replicate the bug:
```
library(ggplot2)
library(plotly)
library(viridis)
# If you want to draw arbitrary rectangles, use geom_tile() or geom_rect()
df