Samer Mouksassi

Results 49 comments of Samer Mouksassi

Thanks I will keep it open to remind me to fix it in the next update. Please not that the Shiny app has a way to add a risk table...

Thanks for the valuable feedback. Initially this was written by @sachsmc and he gracefully accepted to be co-author and to include his code as part of ggquickeda. I do believe...

thanks this is awesome I hope I will have time to get around to this soon ! the above showcase why we need this code and package ! of course...

the aes (group=NULL) is there to handle the fact that ggplot do some automating "grouping" under the hood when the group = NULL note that this is used for other...

Thanks for your interest in ggquickeda, it seems a useful feature, do you have an idea on where in the workflow you would like me to implement it ? as...

the color affects both this is how geom_label works https://github.com/tidyverse/ggplot2/blob/main/R/geom-label.R#L96 ``` r library(ggplot2) library(ggpmisc) #> Loading required package: ggpp #> #> Attaching package: 'ggpp' #> The following object is masked...

Hi @aphalo totally agree with you that this is a limitation of geom_label and go back to its initial implementation each now and then people get caught by something working...

exciting to see geom_label_s in action !

Might be worth to look at what is possible with lemon : `facet_rep_grid` https://cran.r-project.org/web/packages/lemon/vignettes/facet-rep-labels.html

![hacked](https://user-images.githubusercontent.com/5131281/141002849-53106dc9-67f4-4ac3-9509-b84be3ff68be.png) maybe like this the axis and strips can repeat or not removed it because it was easier to mock so the strip level one on top become on the...