You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have a common limit for both facets when using facet_share(). In the example below the largest value on the left is 10 whereas it is 5 on the right. Because the limits are not the same, it looks as though the values are equal.
Hi, thanks for your feedback. I think that's a great idea. Unfortunately for ggpol 0.0.6 I temporarily removed facet_share, because it is incompatible with upcoming changes both in grid and ggplot2. The rewrite will take some time - but I hope to have more news soon
I would like to have a common limit for both facets when using
facet_share()
. In the example below the largest value on the left is 10 whereas it is 5 on the right. Because the limits are not the same, it looks as though the values are equal.A naive way to set the limits failed as expected.
It would be great to have an option for both facets to have the same limits.
The text was updated successfully, but these errors were encountered: