-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Recent changes to geom_label() #5419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi Pedro,
For We simplified the class away because we saw a simpler solution that didn't need the
Unfortunately I don't have a detailed grasp on this, but a meatier, non-hotfix release might come out sometime this year.
I suspect that the development |
Hi Teun, |
Worked. Problem solved. Thanks again. |
@teunbrand
This is just a quick question, to help me debug why two geometries in 'ggpp' (
geom_label_s()
andgeom_label_pairwise()
), based on code similar to that in the old version of geom_label() are silently failing to display the grobs for the text and box of the label under the current 'ggplot2' under development. Has anything changed in 'ggplot2' in how grobs (a grobTree in this case) are added? Second question, is there already some schedule for the release of 'ggplot2' 3.5.0?Ideally, there would be solution to this problem, that would work with 3.4.0 and earlier as well as 3.5.0.
Thanks in advance.
Of the plots below, the one at the top is with 'ggplot' installed a couple of hours ago from GitHub. (954924b). The plot at the bottom is with 'ggplot2' 3.4.3 installed from CRAN. This example is from the documentation.
The text was updated successfully, but these errors were encountered: