-
Notifications
You must be signed in to change notification settings - Fork 18
makeContext/makeContent patch #50
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
Conversation
…) and makeContent()
…k rather than the original package
|
Can you remind me exactly what this did? |
|
This changes the way that "gtable" objects (and "gtableChild" objects) The official 'gtable' package uses grid.draw() methods, which creates The fork changes to using makeContent() and makeContext() methods. This Here's a simple example, with the official 'gtable' - the important bit
Here's the same example using the 'gtable' fork - again, the important
... BUT if we call grid.force(), we can see every grob, including the
References: Section "Who benefits?" in ... https://journal.r-project.org/archive/2013-2/murrell.pdf Section "A more complex example" in ... https://www.stat.auckland.ac.nz/~paul/Reports/CustomGrobs/custom-grob.html Section "Implications for gtable" in ... https://www.stat.auckland.ac.nz/~paul/R/customGridRedesign.pdf On 03/02/16 02:43, Hadley Wickham wrote:
Dr Paul Murrell |
|
Thanks Paul! It's now merged ~3 years after the change in grid 😬 |
|
Cool! Hope there's not too much blowback from the change. On 04/02/16 07:28, Hadley Wickham wrote:
Dr Paul Murrell |
|
Me too! |
No description provided.