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

I'd like the have shapes vary by the rows of a `facet_matrix`, is this possible? How does one access the x/y panel ID? ```R library(ggplot2) library(ggforce) ggplot(mtcars) + geom_point(aes(.panel_x, .panel_y))...

Hi, I used the geom_mark_ellipse to draw several ellipses for each group on one figure. I want to show the centroid in each group. How can I get the centroid...

Hi there, when using a fill for categorical variables and setting an `alpha` for it, this fill is lost in a `facet_zoom()`. This is not the case when `alpha` is...

I'm not sure if anyone has tried to animate the ggforce geom_parallel_sets with gganimate? I tried the below, but ran into an error. It would be nice to get this...

feature

I am trying to produce a ggplot2 graphic in which there is a single conditioning variable with a large number of levels (24). If I use facet_grid() I get a...

Added "s" after "shortcoming."

Functionality moved to the `units` package in https://github.com/r-quantities/units/pull/294.

Fleshed out the documentation.

It would be great if the zoom'ed in area could be shown on the right of the full plot as well as on the left. Some times it makes more...

Is it possible to change the default ordering (alphabetic) of the parallel set categories? Someone else posted the same question on stackoverflow: [https://stackoverflow.com/questions/47761815/order-y-axis-on-ggforcegeom-parallel-sets](https://stackoverflow.com/questions/47761815/order-y-axis-on-ggforcegeom-parallel-sets)

feature