ggforce icon indicating copy to clipboard operation
ggforce copied to clipboard

Accelerating ggplot2

Results 143 ggforce issues
Sort by recently updated
recently updated
newest added

Is there any way to extract the facet to page mapping when using `facet_wrap_paginate()` and `facet_grid_paginate()`? I'm hoping that there is a function like `paginate_data_map()` (which I know doesn't exist)...

Hello, EDIT: in the first comment there is a better reproducable example. I am using ggplot2 with the packages ggforce (geom_mark_hull) and ggrepel (geom_text_repel) to plot the results of my...

Thanks for the really nice package! I read in the documentation that "The hull is calculated at draw time, and can thus change as you resize the plot". I was...