-
During reviewing #3024, I'm a bit confused to see multiple values are handled differently. I'm yet to find which behaviour is the supposed one.
``` r
library(ggplot2)
df object length
```
…
-
When using an additional color, linetype or shape for a category, only a small number of the actual categories are used for my dataset. That is unexpected and different from ggplot2 in R, which works…
-
``` r
library(tidyverse)
setwd("C:/Users/Julia/Dropbox/A-PhD_WIPs")
SI
-
Hi Hugo,
I think this is great!
Especially nice is that the clicking also works on ggplotly, which was not the case for the traditional ggplot. From how it looks, I think it might not be too much wo…
-
Hello,
Consider this app:
```
library(shiny)
library(ggplot2)
ui
-
Patchwork
A composer of ggplot2 by Thomas Lin Pedersen
https://github.com/thomasp85/patchwork
Patchwork & ggplot
https://gotellilab.github.io/GotelliLabMeetingHacks/NickGotelli/ggplotPatchwork.ht…
-
Hey there @david-barnett
`microViz` is awesome. I am playing around it I wonder if there is any chance to implement an alternative way of visualizing taxa/lineages abundances using a sakey diagram…
-
[This issue is basically a copy of [this stackoverflow post](https://stackoverflow.com/questions/73384281/justify-multiline-text-in-ggplot2-title-subtitle-caption-geom-text-etc) I created first to mak…
-
Will there be support for a geom_rug as ggplot 2 has?
http://docs.ggplot2.org/0.9.2.1/geom_rug.html
-
# Recreating the Storytelling with Data look with ggplot – Albert Rapp
We try to imitate the Storytelling with Data look with ggplot
[https://albert-rapp.de/post/2022-03-29-recreating-the-swd-look/]…