ggh4x icon indicating copy to clipboard operation
ggh4x copied to clipboard

ggplot extension: options for tailored facets, multiple colourscales and miscellaneous

Results 10 ggh4x issues
Sort by recently updated
recently updated
newest added

Hi Teun, I wondered if this is something you'd be interested in: https://stackoverflow.com/questions/67644237/alternating-color-of-individual-dashes-in-a-geom-line I've packaged this in my own little not so safe ggtrail, but I thought maybe you'd like...

Hi, thanks for the great package! I was wondering if it is possible to remove empty panels when using `facet_grid2()` and setting `independent` to either `x` or `y` instead of...

enhancement

I draw a plot using ggplot2 and ggh4x with the help from @teunbrand. And it works perfect in ggh4x old version 0.1.2.1. A key function was from the author and...

first a big thank you for the amazing additional features you provides for ggplot2 amazing super useful features ! was thinking about the below ``` r library(ggh4x) #> Loading required...

enhancement
seeking feedback

A simple fix to allow the data used in calculating the scale of the secondary axis to contain missing values.

In the functions, `help_sec_range` and `help_sec_max`, the calculations to scale the range for `to = range(x)` and `from=range(x)` do not account for missing data and will throw an error.

I had a good brainfart last week that I wish to immortalise as a function. Code in https://github.com/teunbrand/ggplot-extension-club/discussions/16#discussioncomment-9843972 for context.

Dear Teun van den Brand, First, thank you for this package which brings a lot of useful features to ggplot2. The new version of guides in ggplot pops a deprecated...

Hello Basically what the title says. facet_grid2 by the way, sorry about the mistake in the title. ```R mpg %>% ggplot(aes(cyl, class)) + geom_point() + facet_grid2(. ~ manufacturer, axes =...

Would it be possible to swipe the `tag_facet` [function](https://github.com/baptiste/egg/blob/master/R/tag_facet.r) from `egg` and incorporate it such that it plays nicely with `facet_nested`? I think the only thing that's needed is to...