-
### ALL software version info
hvplot-0.8.1
### Description of expected behavior and the observed behavior
Cannot set xlabel, ylabel on horizontal bar
### Complete, minimal, self-contained …
-
Is it possible to make a group by several columns (without mappings to other aesthetics)? For example like this:
`group = listOf("col1", "col2")`
-
Is plotting going to be part of this? At the moment you can plot ohlc data with quantmod via `chartSeries` or `chart_Series`. You could use `rtsplot` (underappreciated by many as it uses base plotting…
-
``` r
library(tidyverse)
#> Warning: package 'ggplot2' was built under R version 4.4.1
```
``` r
library(ggblanket)
set_blanket()
pressure |>
gg_point(
x = temperature,
y = p…
-
[Bougouni_Graphiques_benin.pptx](https://github.com/africanmathsinitiative/R-Instat/files/1906925/Bougouni_Graphiques_benin.pptx)
This is a PICSA presentation showing graphs used in Mali. This was…
-
Hey,
how can I remove all or several of the boxes with mean values from ggwithinstats plot? Or what is the easiest way of making boxes with mean values to not overlap the boxplots?
-
See here https://themockup.blog/posts/2020-08-28-heatmaps-in-ggplot2/#dont-bury-the-lede
-
Warning: The dot-dot notation (`..density..`) was deprecated in ggplot2 3.4.0.
ℹ Please use `after_stat(density)` instead.
-
For charts with dense or overlapping labels, it would be useful to have a way to create repulsive labels to avoid overlap (similar to [ggrepel](https://github.com/slowkow/ggrepel) for ggplot2).
-
https://twitter.com/hadleywickham/status/712277632428015616
> it looks like you generated the plots with the default 72 dpi, for complicated reasons res = 96 looks much better for ggplot2
We are usi…