-
* [x] Find out top 20 pages from google analytics
-
Hi,
Is there an option to set/reduce the font sizes in FeaturePlot?
With multiple plots in one frame, the font sizes are not matched and results in a plot that has no visible graphs but large ti…
-
The interaction plot using `emmip()` seems to accept some of the customization from `ggplot2` but not others. For example, `theme_bw()` works, and the line color works, but the linetype and plotting s…
-
`theme(text = element_text(family = "STKaiti"))` is a way to show Chinese font on the plot. I find it cannot work with function `theme_ipsum()`.
```
> library(hrbrthemes)
> library(gcookbook)
…
-
Make a default ggplot2 theme that considers title size, colors, fonts, themes, etc
-
-
The current ggplot2 has support for aesthetic aliases, such as `color` instead of `colour`. However, there are two places where this support could be improved, and they should be tackled at the same t…
-
Update the following URL to point to the GitHub repository of
the package you wish to submit to _Bioconductor_
- Repository: https://github.com/abrionne/ViSEAGO
Confirm the following by editing…
ghost updated
4 years ago
-
I'm trying to create a new theme based on the default, and I found a strange error. If I take the theme_gray function and edit a single component:
```r
, legend.title = element_blank(),
```
I …
-
@DominiqueMakowski and @strengejacke the X axis labels in figures 1 and 2 under `Multiple Plots` in the `README` look a bit off. Not sure where these are stored (presumably they are png or eps files..…