-
Hello,
Consider this app:
```
library(shiny)
library(ggplot2)
ui
-
Will there be support for a geom_rug as ggplot 2 has?
http://docs.ggplot2.org/0.9.2.1/geom_rug.html
-
Use [vdiffr](https://github.com/r-lib/vdiffr) to add tests for graphical output. Seems to work nicely with base graphics and ggplot but less so with grobs.
-
It would be really nice to be able to take two figures created with Plotly Express (or really anything else) and "glue them together" side by side or one above the other, something like `fig3 = compos…
-
# Genomics web - Introducción a R
[https://franciscoascue.github.io/Rgenomics/modulo6.html](https://franciscoascue.github.io/Rgenomics/modulo6.html)
-
[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…
-
legends still show up surrounded by a block of white and missing text.
for example:
ggplot(mtcars,aes(mpg))+
geom_density(aes(fill=factor(carb)))+
theme_HC()
gives:
![image](https:…
-
When I try to do something like this:
```python
df = pd.DataFrame([
[0, 0, 0, 'foo'],
[1, 1, 1, 'bar'],
[2, 4, 8, 'froz'],
[3, 9, 27, 'baz']],
columns=['A'…
-
Two options:
AddWMSTile to leaflet map
Or,
Grab raster and plot w/ggplot or other
-
## Prework
* [ x] Read and agree to the [code of conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html) and [contributing guidelines](https://github.com/rstudio/gt/blob/mas…