-
@MeSophie this dialog now seems to be working well.
Recently @lilyclements provided some graphs and various issues come from trying to implement them;
This has lines (in different colours) a…
-
All `ggplot2` plots use same `theme_dark()` function. Move object into `rpy2` initialization/run schema.
Make it single-source for easier editing
-
I have long (15+ character) strings for my source cluster names, and when I call `liana.pl.dotplot()`, the resulting plot has headers that overlap with one another and are illegible (see attached scre…
-
Several distinct issues have arisen where `Geom$draw_layer()` needs more info than it is currently given. Specifically, it looks like it would be good to hand it a new object called `layer_params` (ht…
-
**Describe the bug**
Seemingly on MacOS, there are some odd terminal behaviors when NOT using radian where extra characters get added, text is garbled, or text is sent to the terminal in a way that i…
-
The `bbc_style` function seems very similar to any other `ggplot` theme function, like the `theme_grey`, `theme_classic`, `theme_light`, etc., built in to the `ggplot2` package, or many others like th…
-
Hi there,
I was trying to make an upset plot when I noticed that the axis inherits the aspect ratio from the global theme in a weird way, reprex below:
``` r
library(ggplot2)
library(tidyverse…
-
**Issue:**
Need a black and white color scheme that differentiates different components on the ggplot2 graph.
**Solution:**
Try to use:
- scale_fill_grey()
or
- theme_bw()
-
**strip.switch.pad.wrap** doesn't work when **strip.placement = "outside"** and **strip.position = "bottom"**:
```
library(ggplot2)
base
-
Just notes about possible blogging with this package as topic.
* @stephlocke said it was an example of using `pRojects`, true.
* I'm also thinking it could be a good example of creating a ggplot…