-
### Prerequisites
+ [X] Have you read [Feedback](https://guangchuangyu.github.io/ggtree/#feedback) and follow the [guide](https://guangchuangyu.github.io/2016/07/how-to-bug-author/)?
* [X] make s…
-
Here's a list of official ggplot2 geoms that we don't currently support. For a list of 3rd party geoms, see #566
``` r
library(plotly)
# obtain ggplot2's geoms
gg
-
For example, `geom_eclipse()`, `geom_circle()`, `geom_square()` etc. for upper triangle matrix. The `full` type can be generated by overlaying a `upper` type on a `lower` type.
- [x] https://bookd…
-
``` r
library(ggplot2)
tbl exp())
ggplot(tbl) + tidyfun::geom_spaghetti(aes(y = f)) +
scale_y_log10()
#> Error: Discrete value supplied to continuous scale
# culprit:
scales:::train_con…
-
As the monthly and daily line plots on pane 4 show 2 user types and their sum, there are issues with heavy overlap between the line types. This is particularly noticable with daily data for less heavi…
-
Below is some simplified code to plot a world map using ggplot2. I originally posted this as an issue over at ggplot2 who took it down and told me to post it over here. This code was working fine for …
-
> ggscplot(object = pbmc)
Error in `geom_blank()`:
! Problem while computing aesthetics.
ℹ Error occurred in the 1st layer.
Caused by error in `FUN()`:
! `data` must be uniquely named but has dup…
-
A pull request and commit made to ggplot2 last Dec https://github.com/tidyverse/ggplot2/pull/5488 means from v3.5.0 onwards cowplot's [shared legends](https://wilkelab.org/cowplot/articles/shared_lege…
ycl6 updated
14 hours ago
-
When setting `alpha = 1` or `alpha = NA` in `geom_hdr_rug()` (typically when mapping the computed value `probs` to `fill`), an extra guide is drawn. This is illustrated in an example in the README:
`…
-
Hi, this is a nice package!
There's a warning due to some changes in `ggplot2` 3.4.0 (see [here](https://www.tidyverse.org/blog/2022/11/ggplot2-3-4-0/)):
``` r
library(ggwaffle)
#> Loading requi…